├── ProjectSettings ├── ProjectVersion.txt ├── ClusterInputManager.asset ├── NetworkManager.asset ├── TimeManager.asset ├── AudioManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── UnityConnectSettings.asset ├── TagManager.asset ├── DynamicsManager.asset ├── QualitySettings.asset ├── Physics2DSettings.asset ├── GraphicsSettings.asset └── NavMeshAreas.asset ├── .DS_Store ├── UnityPackageManager └── manifest.json ├── .gitattributes ├── Assets ├── FaceAvataaars │ ├── UnityARKitPlugin │ │ ├── Plugins.meta │ │ ├── Plugins │ │ │ ├── iOS │ │ │ │ ├── UnityARKit │ │ │ │ │ ├── Editor.meta │ │ │ │ │ ├── NativeInterface │ │ │ │ │ │ ├── ARPoint.cs │ │ │ │ │ │ ├── ARRect.cs │ │ │ │ │ │ ├── ARSize.cs │ │ │ │ │ │ ├── ARPlaneAnchorAlignment.cs │ │ │ │ │ │ ├── ARTextureHandles.cs │ │ │ │ │ │ ├── ARAnchor.cs.meta │ │ │ │ │ │ ├── ARCamera.cs.meta │ │ │ │ │ │ ├── ARFrame.cs.meta │ │ │ │ │ │ ├── ARPoint.cs.meta │ │ │ │ │ │ ├── ARRect.cs.meta │ │ │ │ │ │ ├── ARSize.cs.meta │ │ │ │ │ │ ├── ARAnchor.cs │ │ │ │ │ │ ├── ARErrorCode.cs.meta │ │ │ │ │ │ ├── ARFaceAnchor.cs.meta │ │ │ │ │ │ ├── ARPlaneAnchor.cs.meta │ │ │ │ │ │ ├── ARUserAnchor.cs.meta │ │ │ │ │ │ ├── ARHitTestResult.cs.meta │ │ │ │ │ │ ├── ARLightEstimate.cs.meta │ │ │ │ │ │ ├── ARTextureHandles.cs.meta │ │ │ │ │ │ ├── ARTrackingQuality.cs.meta │ │ │ │ │ │ ├── ARTrackingState.cs.meta │ │ │ │ │ │ ├── ARHitTestResultType.cs.meta │ │ │ │ │ │ ├── ARPlaneAnchorAlignment.cs.meta │ │ │ │ │ │ ├── ARTrackingStateReason.cs.meta │ │ │ │ │ │ ├── ARUserAnchor.cs │ │ │ │ │ │ ├── UnityARSessionNativeInterface.cs.meta │ │ │ │ │ │ ├── ARTrackingState.cs │ │ │ │ │ │ ├── ARTrackingQuality.cs │ │ │ │ │ │ ├── ARErrorCode.cs │ │ │ │ │ │ ├── ARTrackingStateReason.cs │ │ │ │ │ │ ├── ARPlaneAnchor.cs │ │ │ │ │ │ ├── ARSessionNative.mm.meta │ │ │ │ │ │ ├── ARFrame.cs │ │ │ │ │ │ ├── ARHitTestResultType.cs │ │ │ │ │ │ ├── ARHitTestResult.cs │ │ │ │ │ │ └── ARCamera.cs │ │ │ │ │ ├── Helpers.meta │ │ │ │ │ ├── Helpers │ │ │ │ │ │ ├── ARPlaneAnchorGameObject.cs │ │ │ │ │ │ ├── UnityARAmbient.cs.meta │ │ │ │ │ │ ├── UnityARMatrixOps.cs.meta │ │ │ │ │ │ ├── UnityARUtility.cs.meta │ │ │ │ │ │ ├── UnityARVideo.cs.meta │ │ │ │ │ │ ├── AR3DOFCameraManager.cs.meta │ │ │ │ │ │ ├── DontDestroyOnLoad.cs.meta │ │ │ │ │ │ ├── UnityARAnchorManager.cs.meta │ │ │ │ │ │ ├── UnityARCameraManager.cs.meta │ │ │ │ │ │ ├── UnityARCameraNearFar.cs.meta │ │ │ │ │ │ ├── UnityARGeneratePlane.cs.meta │ │ │ │ │ │ ├── UnityARHitTestExample.cs.meta │ │ │ │ │ │ ├── UnityARKitControl.cs.meta │ │ │ │ │ │ ├── ARPlaneAnchorGameObject.cs.meta │ │ │ │ │ │ ├── PointCloudParticleExample.cs.meta │ │ │ │ │ │ ├── UnityARKitLightManager.cs.meta │ │ │ │ │ │ ├── UnityARUserAnchorComponent.cs.meta │ │ │ │ │ │ ├── UnityPointCloudExample.cs.meta │ │ │ │ │ │ ├── DontDestroyOnLoad.cs │ │ │ │ │ │ ├── UnityARCameraNearFar.cs │ │ │ │ │ │ ├── UnityARGeneratePlane.cs │ │ │ │ │ │ ├── UnityARAmbient.cs │ │ │ │ │ │ ├── UnityARUserAnchorComponent.cs │ │ │ │ │ │ ├── UnityARMatrixOps.cs │ │ │ │ │ │ ├── UnityPointCloudExample.cs │ │ │ │ │ │ ├── UnityARUtility.cs │ │ │ │ │ │ ├── PointCloudParticleExample.cs │ │ │ │ │ │ ├── UnityARAnchorManager.cs │ │ │ │ │ │ ├── UnityARHitTestExample.cs │ │ │ │ │ │ ├── AR3DOFCameraManager.cs │ │ │ │ │ │ ├── UnityARKitLightManager.cs │ │ │ │ │ │ └── UnityARCameraManager.cs │ │ │ │ │ ├── Shaders.meta │ │ │ │ │ ├── Materials.meta │ │ │ │ │ ├── NativeInterface.meta │ │ │ │ │ ├── Shaders │ │ │ │ │ │ ├── YUVShader.shader.meta │ │ │ │ │ │ ├── YUVShaderLinear.shader.meta │ │ │ │ │ │ ├── YUVShader.shader │ │ │ │ │ │ └── YUVShaderLinear.shader │ │ │ │ │ ├── Materials │ │ │ │ │ │ ├── YUVMaterial.mat.meta │ │ │ │ │ │ ├── YUVMaterialLinear.mat.meta │ │ │ │ │ │ ├── YUVMaterial.mat │ │ │ │ │ │ └── YUVMaterialLinear.mat │ │ │ │ │ └── Editor │ │ │ │ │ │ └── UnityARBuildPostprocessor.cs.meta │ │ │ │ └── UnityARKit.meta │ │ │ └── iOS.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── UnityARKitPlugin.meta │ │ │ └── UnityARKitPlugin │ │ │ │ ├── ARKitSettings.asset.meta │ │ │ │ └── ARKitSettings.asset │ │ ├── UnityARKitPluginSettings.cs.meta │ │ └── UnityARKitPluginSettings.cs │ ├── Resources │ │ ├── Mouth │ │ │ ├── Sad.png │ │ │ ├── Eating.png │ │ │ ├── Smile.png │ │ │ ├── Tongue.png │ │ │ ├── Vomit.png │ │ │ ├── Concerned.png │ │ │ ├── Default.png │ │ │ ├── Disbelief.png │ │ │ ├── Grimace.png │ │ │ ├── Serious.png │ │ │ ├── Twinkle.png │ │ │ ├── Scream Open.png │ │ │ ├── Default-Neutral.png │ │ │ └── Twinkle-Inverted.png │ │ ├── Eyes │ │ │ ├── Cry 😢.png │ │ │ ├── SadOpen.png │ │ │ ├── Side 😒.png │ │ │ ├── Wink 😉.png │ │ │ ├── Closed 😌.png │ │ │ ├── Default 😀.png │ │ │ ├── Happy 😁.png │ │ │ ├── HappyOpen.png │ │ │ ├── Hearts 😍.png │ │ │ ├── Squint 😊.png │ │ │ ├── X Dizzy 😵.png │ │ │ ├── Eye Roll 🙄.png │ │ │ ├── Surprised 😳.png │ │ │ ├── Wink Wacky 😜.png │ │ │ └── Cry 😢.png.meta │ │ ├── Nose │ │ │ └── Default.png │ │ ├── Clothing │ │ │ ├── Hoodie.png │ │ │ ├── Overall.png │ │ │ ├── Graphic │ │ │ │ ├── Bat.png │ │ │ │ ├── Bear.png │ │ │ │ ├── Deer.png │ │ │ │ ├── Hola.png │ │ │ │ ├── Pizza.png │ │ │ │ ├── Skull.png │ │ │ │ ├── Cumbia.png │ │ │ │ ├── Diamond.png │ │ │ │ ├── Resist.png │ │ │ │ ├── Selena.png │ │ │ │ ├── -Your Text.png │ │ │ │ ├── Skull Outline.png │ │ │ │ ├── Bat.png.meta │ │ │ │ ├── Bear.png.meta │ │ │ │ ├── Cumbia.png.meta │ │ │ │ ├── Deer.png.meta │ │ │ │ ├── Hola.png.meta │ │ │ │ ├── Pizza.png.meta │ │ │ │ ├── Resist.png.meta │ │ │ │ ├── Selena.png.meta │ │ │ │ ├── Skull.png.meta │ │ │ │ ├── -Your Text.png.meta │ │ │ │ ├── Diamond.png.meta │ │ │ │ └── Skull Outline.png.meta │ │ │ ├── Graphic Shirt.png │ │ │ ├── Shirt V Neck.png │ │ │ ├── Blazer + Shirt.png │ │ │ ├── Blazer + Sweater.png │ │ │ ├── Collar + Sweater.png │ │ │ ├── Shirt Crew Neck.png │ │ │ ├── Shirt Scoop Neck.png │ │ │ └── Graphic.meta │ │ ├── Skin │ │ │ ├── 🍊 Tanned.png │ │ │ ├── 👶 00 Yellow.png │ │ │ ├── 👶🏻 05 Pale.png │ │ │ ├── 👶🏼 04 Light.png │ │ │ ├── 👶🏽 03 Brown.png │ │ │ ├── 👶🏿 01 Black.png │ │ │ ├── 👶🏾 02 Dark Brown.png │ │ │ ├── 🍊 Tanned.png.meta │ │ │ ├── 👶 00 Yellow.png.meta │ │ │ ├── 👶🏻 05 Pale.png.meta │ │ │ ├── 👶🏼 04 Light.png.meta │ │ │ ├── 👶🏽 03 Brown.png.meta │ │ │ ├── 👶🏿 01 Black.png.meta │ │ │ └── 👶🏾 02 Dark Brown.png.meta │ │ ├── Top │ │ │ ├── Long Hair │ │ │ │ ├── Bob.png │ │ │ │ ├── Bun.png │ │ │ │ ├── Fro.png │ │ │ │ ├── Curly.png │ │ │ │ ├── Frida.png │ │ │ │ ├── Big Hair.png │ │ │ │ ├── Straight.png │ │ │ │ ├── Fro + Band.png │ │ │ │ ├── Mia Wallace.png │ │ │ │ ├── Shaved Sides.png │ │ │ │ ├── Straight + Strand.png │ │ │ │ ├── Long but not too long.png │ │ │ │ ├── Straight + Strand Black.png │ │ │ │ └── Straight + Strand Black Solid.psd │ │ │ ├── Accesories │ │ │ │ ├── Hat.png │ │ │ │ ├── Hijab.png │ │ │ │ ├── Turban.png │ │ │ │ └── Eyepatch.png │ │ │ ├── _Resources │ │ │ │ ├── Blank.png │ │ │ │ ├── Kurt.png │ │ │ │ ├── Round.png │ │ │ │ ├── Sunglasses.png │ │ │ │ ├── Wayfarers.png │ │ │ │ ├── Prescription 01.png │ │ │ │ └── Prescription 02.png │ │ │ ├── Short Hair │ │ │ │ ├── Frizzle.png │ │ │ │ ├── Shaggy.png │ │ │ │ ├── -No Hair.png │ │ │ │ ├── Short Flat.png │ │ │ │ ├── The Caesar.png │ │ │ │ ├── Short Curly.png │ │ │ │ ├── Short Round.png │ │ │ │ ├── Short Waved.png │ │ │ │ ├── Shaggy Mullet.png │ │ │ │ └── The Caesar + Side Part.png │ │ │ ├── Long Hair.meta │ │ │ ├── Accesories.meta │ │ │ ├── Short Hair.meta │ │ │ └── _Resources.meta │ │ ├── Facial Hair │ │ │ ├── -Blank.png │ │ │ ├── Beard Light.png │ │ │ ├── Beard Medium.png │ │ │ ├── Beard Magestic.png │ │ │ ├── Moustache Fancy.png │ │ │ └── Moustache Magnum.png │ │ ├── _templates │ │ │ ├── 🎨 Skin.png │ │ │ ├── skin__head.png │ │ │ ├── skin__whole.png │ │ │ ├── skin__shoulder.png │ │ │ ├── 🎨 Skin-NeckShadow.psd │ │ │ └── template for hairstyles.png │ │ ├── Eyebrow │ │ │ ├── Outline │ │ │ │ ├── Angry.png │ │ │ │ ├── Default.png │ │ │ │ ├── Up Down.png │ │ │ │ ├── Raised Excited.png │ │ │ │ ├── Sad Concerned.png │ │ │ │ ├── Angry.png.meta │ │ │ │ ├── Default.png.meta │ │ │ │ ├── Up Down.png.meta │ │ │ │ ├── Raised Excited.png.meta │ │ │ │ └── Sad Concerned.png.meta │ │ │ ├── Natural │ │ │ │ ├── Angry Natural.png │ │ │ │ ├── Flat Natural.png │ │ │ │ ├── Frown Natural.png │ │ │ │ ├── Default Natural.png │ │ │ │ ├── Unibrow Natural.png │ │ │ │ ├── Up Down Natural.png │ │ │ │ ├── Sad Concerned Natural.png │ │ │ │ └── Raised Excited Natural.png │ │ │ ├── Natural.meta │ │ │ └── Outline.meta │ │ ├── Top.meta │ │ ├── Clothing.meta │ │ ├── Eyebrow.meta │ │ ├── Eyes.meta │ │ ├── Mouth.meta │ │ ├── Nose.meta │ │ ├── Skin.meta │ │ ├── Facial Hair.meta │ │ └── _templates.meta │ ├── Graphics │ │ ├── UI │ │ │ ├── np_play_947347_FFFFFF.png │ │ │ ├── np_stop_806132_FFFFFF.png │ │ │ └── np_wait_646708_FFFFFF.png │ │ └── UI.meta │ ├── UnityARKitPlugin.meta │ ├── CORE.meta │ ├── CORE │ │ ├── AR.meta │ │ ├── Utils.meta │ │ ├── AR │ │ │ ├── Prefabs.meta │ │ │ ├── Prefabs │ │ │ │ ├── CameraParent.prefab.meta │ │ │ │ ├── ARCameraTracker.prefab.meta │ │ │ │ ├── ARFaceMeshManager.prefab.meta │ │ │ │ ├── ARFaceAnchorManager.prefab.meta │ │ │ │ ├── ARCameraTracker.prefab │ │ │ │ ├── ARFaceAnchorManager.prefab │ │ │ │ └── ARFaceMeshManager.prefab │ │ │ ├── PuppeteerByFace.cs.meta │ │ │ └── PuppeteerByFace.cs │ │ ├── PanelFace.prefab.meta │ │ ├── Avataaars.cs.meta │ │ ├── Utils │ │ │ ├── UI2.cs.meta │ │ │ └── UI2.cs │ │ ├── FaceCustomizer.cs.meta │ │ ├── AvataaarsDefines.cs.meta │ │ └── AvataaarsPuppeteering.cs.meta │ ├── Graphics.meta │ ├── TheAvataaarPuppeteer.unity.meta │ ├── TheAvataaarPuppeteerAR.unity.meta │ ├── Resources.meta │ ├── UnityHDRI.meta │ ├── BlendShapeReader.meta │ └── BlendShapeReader │ │ ├── Utils.meta │ │ ├── Utils │ │ ├── Mathf2.cs.meta │ │ ├── Parse.cs.meta │ │ ├── UIInputWait.cs.meta │ │ ├── UIToggle.cs.meta │ │ ├── UIToggle.cs │ │ └── UIInputWait.cs │ │ ├── BlendShapeHelper.cs.meta │ │ └── BlendShapeReader.cs.meta └── FaceAvataaars.meta ├── .gitignore ├── LICENSE └── README.md /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2017.3.0f3 2 | -------------------------------------------------------------------------------- /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/.DS_Store -------------------------------------------------------------------------------- /UnityPackageManager/manifest.json: -------------------------------------------------------------------------------- 1 | { 2 | "dependencies": { 3 | } 4 | } 5 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05a89afb32ff4cd48a0278f931aa903b 3 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Sad.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Cry 😢.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Cry 😢.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/SadOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/SadOpen.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Side 😒.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Side 😒.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Wink 😉.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Wink 😉.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Eating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Eating.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Smile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Smile.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Tongue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Tongue.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Vomit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Vomit.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Nose/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Nose/Default.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Hoodie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Hoodie.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Closed 😌.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Closed 😌.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Default 😀.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Default 😀.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Happy 😁.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Happy 😁.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/HappyOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/HappyOpen.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Hearts 😍.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Hearts 😍.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Squint 😊.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Squint 😊.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/X Dizzy 😵.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/X Dizzy 😵.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Concerned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Concerned.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Default.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Disbelief.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Disbelief.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Grimace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Grimace.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Serious.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Serious.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Twinkle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Twinkle.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/🍊 Tanned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/🍊 Tanned.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Overall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Overall.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Eye Roll 🙄.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Eye Roll 🙄.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Surprised 😳.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Surprised 😳.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Scream Open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Scream Open.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶 00 Yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶 00 Yellow.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏻 05 Pale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶🏻 05 Pale.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Bob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Bob.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Bun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Bun.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Fro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Fro.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Bat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Bat.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes/Wink Wacky 😜.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyes/Wink Wacky 😜.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/-Blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/-Blank.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏼 04 Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶🏼 04 Light.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏽 03 Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶🏽 03 Brown.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏿 01 Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶🏿 01 Black.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Accesories/Hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Accesories/Hat.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Accesories/Hijab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Accesories/Hijab.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Curly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Curly.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Frida.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Frida.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Blank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Blank.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Kurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Kurt.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Round.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/🎨 Skin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/🎨 Skin.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic Shirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic Shirt.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Bear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Bear.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Deer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Deer.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Hola.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Hola.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Pizza.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Pizza.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Shirt V Neck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Shirt V Neck.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Angry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Outline/Angry.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Default-Neutral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Default-Neutral.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth/Twinkle-Inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Mouth/Twinkle-Inverted.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Accesories/Turban.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Accesories/Turban.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Big Hair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Big Hair.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Straight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Straight.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Frizzle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Frizzle.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Shaggy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Shaggy.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/skin__head.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/skin__head.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/skin__whole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/skin__whole.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Graphics/UI/np_play_947347_FFFFFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Graphics/UI/np_play_947347_FFFFFF.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Graphics/UI/np_stop_806132_FFFFFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Graphics/UI/np_stop_806132_FFFFFF.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Graphics/UI/np_wait_646708_FFFFFF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Graphics/UI/np_wait_646708_FFFFFF.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Blazer + Shirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Blazer + Shirt.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Blazer + Sweater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Blazer + Sweater.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Collar + Sweater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Collar + Sweater.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Cumbia.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Cumbia.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Diamond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Diamond.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Resist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Resist.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Selena.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Selena.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Shirt Crew Neck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Shirt Crew Neck.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Shirt Scoop Neck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Shirt Scoop Neck.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Outline/Default.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Up Down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Outline/Up Down.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/Beard Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/Beard Light.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/Beard Medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/Beard Medium.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏾 02 Dark Brown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Skin/👶🏾 02 Dark Brown.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Accesories/Eyepatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Accesories/Eyepatch.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Fro + Band.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Fro + Band.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Mia Wallace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Mia Wallace.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/-No Hair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/-No Hair.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Short Flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Short Flat.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/The Caesar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/The Caesar.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Sunglasses.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Sunglasses.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Wayfarers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Wayfarers.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/skin__shoulder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/skin__shoulder.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/-Your Text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/-Your Text.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/Beard Magestic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/Beard Magestic.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/Moustache Fancy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/Moustache Fancy.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Shaved Sides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Shaved Sides.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Short Curly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Short Curly.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Short Round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Short Round.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Short Waved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Short Waved.png -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull Outline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull Outline.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Angry Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Angry Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Flat Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Flat Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Frown Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Frown Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Raised Excited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Outline/Raised Excited.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Sad Concerned.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Outline/Sad Concerned.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair/Moustache Magnum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Facial Hair/Moustache Magnum.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/Shaggy Mullet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/Shaggy Mullet.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Prescription 01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Prescription 01.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources/Prescription 02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/_Resources/Prescription 02.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/🎨 Skin-NeckShadow.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/🎨 Skin-NeckShadow.psd -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Default Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Default Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Unibrow Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Unibrow Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Up Down Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Up Down Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Long but not too long.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Long but not too long.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates/template for hairstyles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/_templates/template for hairstyles.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Sad Concerned Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Sad Concerned Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand Black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand Black.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair/The Caesar + Side Part.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Short Hair/The Caesar + Side Part.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 085eeda524261654b88f97ea61b33090 3 | folderAsset: yes 4 | DefaultImporter: 5 | userData: 6 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural/Raised Excited Natural.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Eyebrow/Natural/Raised Excited Natural.png -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand Black Solid.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faced-io/FaceAvataaars/HEAD/Assets/FaceAvataaars/Resources/Top/Long Hair/Straight + Strand Black Solid.psd -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: .0199999996 7 | Maximum Allowed Timestep: .333333343 8 | m_TimeScale: 1 9 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPoint.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARPoint 6 | { 7 | public double x; 8 | public double y; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARRect.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARRect 6 | { 7 | public ARPoint origin; 8 | public ARSize size; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSize.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARSize 6 | { 7 | public double width; 8 | public double height; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df38125cf15df453a98ce2d798a5e954 3 | folderAsset: yes 4 | timeCreated: 1501101795 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f2f0dbdaa3ec4a53828a7d453d5485b 3 | folderAsset: yes 4 | timeCreated: 1515030253 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20ca1a77fe0cf4e049dac6d2a8afd62e 3 | folderAsset: yes 4 | timeCreated: 1492036260 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6107a01f65b74c0093cf65fc9e9cfcc 3 | folderAsset: yes 4 | timeCreated: 1511229652 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9750bb708ad6420cbf6cb25c92d3aa9 3 | folderAsset: yes 4 | timeCreated: 1514937424 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: accc23e9b884d4fc1a67ed35717e5ddb 3 | folderAsset: yes 4 | timeCreated: 1515008537 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Graphics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 905d6f74daf604ee6b6498216e569b68 3 | folderAsset: yes 4 | timeCreated: 1514969803 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/TheAvataaarPuppeteer.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8507ca8e9247c46caa32c52bb2d252f4 3 | timeCreated: 1514947516 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/TheAvataaarPuppeteerAR.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e2e1a89cc30244edbdf03b8ef68521b 3 | timeCreated: 1515008805 4 | licenseType: Pro 5 | DefaultImporter: 6 | externalObjects: {} 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c444ab2f363974916b3e624f208803f8 3 | folderAsset: yes 4 | timeCreated: 1515175373 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Graphics/UI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7600ad66aed44da1b14ea06b9a52d7f 3 | folderAsset: yes 4 | timeCreated: 1514969806 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4250cdaef6a69472eb4636b52539565a 3 | folderAsset: yes 4 | timeCreated: 1514938356 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d74ceb754647474aba1fd804da80120 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityHDRI.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a2c24575c4b148e19212addfc298a5e 3 | folderAsset: yes 4 | timeCreated: 1514968913 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | m_Volume: 1 7 | Rolloff Scale: 1 8 | m_SpeedOfSound: 347 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_DSPBufferSize: 0 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ae53ed2149c54147881d232ef330d95 3 | folderAsset: yes 4 | timeCreated: 1514960178 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df48009ac3f6c4857bab7828113b1435 3 | folderAsset: yes 4 | timeCreated: 1515008729 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0463168b6868d44bd804c5e2ad7393c6 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a318ff694fc3f48f9800373b944db7f2 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 724b53c6150ee4db1be42d158f9a56d6 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Mouth.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d3cc915154b74ffa842975f82a59f5e 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Nose.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98b47b7a9944149c8b194c4fbaa022ea 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99c33fdc49f504e1489ba688fe222070 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8fd2eea89786441a84b5c25c1d48982 3 | folderAsset: yes 4 | timeCreated: 1492103332 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Resources/UnityARKitPlugin.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3872f00b440b04ca98de82d0fca32d68 3 | folderAsset: yes 4 | timeCreated: 1511229680 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2ec232e16b99491db72bc04ea0a4657 3 | folderAsset: yes 4 | timeCreated: 1514960589 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Facial Hair.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5798c42d13cb4f57bdac503aaf15072 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Long Hair.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8abc4388dec74310901bba458c26031 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/_templates.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f6105da20ac842148ceef7709876385 3 | folderAsset: yes 4 | timeCreated: 1514966010 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e4b720fdfe6441c280f3288bdb93c0d 3 | folderAsset: yes 4 | timeCreated: 1503626042 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/ARPlaneAnchorGameObject.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public class ARPlaneAnchorGameObject 6 | { 7 | public GameObject gameObject; 8 | public ARPlaneAnchor planeAnchor; 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9e3cccf742844401a584fdd294d0607 3 | folderAsset: yes 4 | timeCreated: 1492634328 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d83d1f00baaf45468316a266046f31a 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Natural.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e85b5a33eec343bea045a0ffd547ac1 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 574ad68fbff0e4530832993e3a22ac89 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Accesories.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d52da61b472e49508457b87f83341d0 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/Short Hair.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2ee557c70f134e10a4a3cccca2b693c 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Top/_Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da3d1743f9fc044fea3c8a358a9ae4c6 3 | folderAsset: yes 4 | timeCreated: 1514942367 5 | licenseType: Pro 6 | DefaultImporter: 7 | externalObjects: {} 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b97b0ebd5e0d84160a0b477bf246c1e1 3 | folderAsset: yes 4 | timeCreated: 1492792741 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6930a53974b964a77bb66c8a01551eaa 3 | folderAsset: yes 4 | timeCreated: 1492795798 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/PanelFace.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc6e9da6c092a4ca1838bfbd2dcdffd1 3 | timeCreated: 1515182687 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShader.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef7b8eec959eb4f1e9fa97bc86273848 3 | timeCreated: 1492634375 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/TheAvataaarPuppeteerAR.unity 10 | guid: 6e2e1a89cc30244edbdf03b8ef68521b 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/CameraParent.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a164dc474186c4bb1bb5fd0192201af5 3 | timeCreated: 1515008737 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShaderLinear.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57c2c07a0719d4fafab7a4f8a84d1767 3 | timeCreated: 1492634375 4 | licenseType: Store 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/ARCameraTracker.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af59e1e433d7e428c98f7638e04423b1 3 | timeCreated: 1515008732 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/ARFaceMeshManager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e61a37dddda741b5b35e013789dd8a9 3 | timeCreated: 1515008745 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials/YUVMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1d9352050a75486f878ab19fa578f16 3 | timeCreated: 1492641356 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Resources/UnityARKitPlugin/ARKitSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: feb5449e416a346aaa320dd0a0188ade 3 | timeCreated: 1511224908 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 11400000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/ARFaceAnchorManager.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 394182d5005f649898ef0f833509f6fd 3 | timeCreated: 1515008765 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | externalObjects: {} 7 | mainObjectFileID: 100100000 8 | userData: 9 | assetBundleName: 10 | assetBundleVariant: 11 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Materials/YUVMaterialLinear.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2081057c5ab9b4b20a1a1c4efdace299 3 | timeCreated: 1492641356 4 | licenseType: Store 5 | NativeFormatImporter: 6 | mainObjectFileID: 2100000 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPlaneAnchorAlignment.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public enum ARPlaneAnchorAlignment : long 6 | { 7 | /** A plane that is horizontal with respect to gravity. */ 8 | ARPlaneAnchorAlignmentHorizontal 9 | } 10 | } 11 | 12 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTextureHandles.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARTextureHandles 6 | { 7 | // Native (Metal) texture handles for the device camera buffer 8 | public IntPtr textureY; 9 | public IntPtr textureCbCr; 10 | } 11 | } 12 | 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/Avataaars.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e48c0372497a849b3be9fe8be694e029 3 | timeCreated: 1514937644 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/Utils/UI2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3cdebf0c1a1d4de6b10d383b3c6885c 3 | timeCreated: 1515175373 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/FaceCustomizer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4758b0eafef5f4575a281926b87e53ae 3 | timeCreated: 1515172137 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/UnityARKitPluginSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efa163296ae7840cb80b9e3beb5f0857 3 | timeCreated: 1511215177 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/PuppeteerByFace.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33cbfdea79cae4b7f8dd0cb066610a79 3 | timeCreated: 1515009074 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AvataaarsDefines.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5402ab963b5d14257929f1e219a9a4c2 3 | timeCreated: 1515009713 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/Mathf2.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fa029108b6c34155b435f49d37b2c93 3 | timeCreated: 1514960604 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/Parse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b0a784f5a15de4aceb09ab3ae28f3515 3 | timeCreated: 1514960595 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AvataaarsPuppeteering.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed7f85b297fb947cfb25d0bae4f3f283 3 | timeCreated: 1514944953 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/BlendShapeHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f4f4354853354354acfa84c2dd84ad6 3 | timeCreated: 1514960581 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/BlendShapeReader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23aa54ac11b954ff88e6504553540f90 3 | timeCreated: 1514960581 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/UIInputWait.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 03baf0e4d83f04bc08ad8506511cc51d 3 | timeCreated: 1514977573 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/UIToggle.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a25999d5790a2430b9e133f419223e07 3 | timeCreated: 1514970135 4 | licenseType: Pro 5 | MonoImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | defaultReferences: [] 9 | executionOrder: 0 10 | icon: {instanceID: 0} 11 | userData: 12 | assetBundleName: 13 | assetBundleVariant: 14 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARAmbient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5587c957048494a2f96db36e0995449e 3 | timeCreated: 1492805300 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARMatrixOps.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 37808a86538754725a15d36128fd2afc 3 | timeCreated: 1492800582 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9736aad5d8518481ab7e8d1d0b0e6e36 3 | timeCreated: 1492800582 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARVideo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b58ecea7a196242dd879c814ac05084c 3 | timeCreated: 1492796577 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79ff8feee38c24e158252a971d93a42a 3 | timeCreated: 1492118050 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7914788e42e54a09ac79ed2629dfb48 3 | timeCreated: 1492103364 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARFrame.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b8b915b5e16c84740b940efc7a7e2821 3 | timeCreated: 1492118050 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPoint.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 91d28e0ba93314b2298e88a73bf448d3 3 | timeCreated: 1492119200 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARRect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b78ac1873b934b6497aa4404b460655 3 | timeCreated: 1492120116 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSize.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c72e6d3d39c0b495ba3d40c3cbd3a8ca 3 | timeCreated: 1492114222 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/AR3DOFCameraManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ff614c6973544218b2c1e3036b8de0a 3 | timeCreated: 1494626284 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/DontDestroyOnLoad.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 562a9fe49bfc2418099790a804f22711 3 | timeCreated: 1493408595 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARAnchorManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b197bb73412448e9a5e14be146aaeb 3 | timeCreated: 1492557010 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARCameraManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 462d46d2423bb4f738d2497a397b1590 3 | timeCreated: 1493058653 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARCameraNearFar.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce437cef046e841aabd6070890e79d41 3 | timeCreated: 1496930896 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARGeneratePlane.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31cac8edf84834043ac167deaeba16a9 3 | timeCreated: 1493058396 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARHitTestExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6941ec02ead994c9b848d640887441f1 3 | timeCreated: 1492806244 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARKitControl.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4977b930c0f8843c8b8a101ba5bf3c8f 3 | timeCreated: 1493240142 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARAnchor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARAnchor 6 | { 7 | public string identifier; 8 | 9 | /** 10 | The transformation matrix that defines the anchor's rotation, translation and scale in world coordinates. 11 | */ 12 | public Matrix4x4 transform; 13 | } 14 | } 15 | 16 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARErrorCode.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 094318df5b9084291abdf9a768914ab7 3 | timeCreated: 1492118622 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARFaceAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6bd5d00d33612415b85197cd523a21e6 3 | timeCreated: 1505528974 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPlaneAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a7917e69c7bc43ad8879cc6d58266fc 3 | timeCreated: 1492119200 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARUserAnchor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8271a80f6d6245a4bf920bbe514bbc0 3 | timeCreated: 1500325731 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Editor/UnityARBuildPostprocessor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a56f8b807c15f4cf3a44275a5e5f89f3 3 | timeCreated: 1492795428 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/ARPlaneAnchorGameObject.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a07258b16ace4bf1a395aa0a80f2135 3 | timeCreated: 1493059957 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/PointCloudParticleExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec20d460fbb7e4f92b4d84a10da98cd9 3 | timeCreated: 1494006942 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARKitLightManager.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0b95baf0d5f840f4bd22de86c996c08 3 | timeCreated: 1506357597 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARUserAnchorComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d24244ceb54d42ca92481ba81c45056 3 | timeCreated: 1499372973 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityPointCloudExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5ab0fdfbf2334e8dbbcdda6ceada7e3 3 | timeCreated: 1493835634 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARHitTestResult.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 048b3fa7b70bb49689905314375cd7c3 3 | timeCreated: 1492121726 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARLightEstimate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1f2e6c89195544de943f77cd419d81d 3 | timeCreated: 1492118050 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTextureHandles.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 223ca11cf486046fe9c3740ee69b7a27 3 | timeCreated: 1493064086 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingQuality.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 70419166c9be04782bc37a66aa7ead0a 3 | timeCreated: 1492114222 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3c8e21e94c4944a7eb5202db41d4bce0 3 | timeCreated: 1493767524 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARHitTestResultType.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d70fc085339c436b848c46340250a29 3 | timeCreated: 1492121726 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPlaneAnchorAlignment.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f8d5557085c2d4e3e8ac43f5694ea8c8 3 | timeCreated: 1492119200 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingStateReason.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b76c532f89f25411ca5c1d82cd7a5367 3 | timeCreated: 1493767524 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARUserAnchor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARUserAnchor 6 | { 7 | 8 | public string identifier; 9 | 10 | /** 11 | The transformation matrix that defines the anchor's rotation, translation and scale in world coordinates. 12 | */ 13 | public Matrix4x4 transform; 14 | } 15 | } 16 | 17 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/UnityARSessionNativeInterface.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43900ad1460304627a359bed956a451d 3 | timeCreated: 1492795428 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/DontDestroyOnLoad.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class DontDestroyOnLoad : MonoBehaviour { 6 | 7 | // Use this for initialization 8 | void Start () { 9 | DontDestroyOnLoad (gameObject); 10 | } 11 | 12 | // Update is called once per frame 13 | void Update () { 14 | 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingState.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public enum ARTrackingState 6 | { 7 | /** Tracking is not available. */ 8 | ARTrackingStateNotAvailable, 9 | 10 | /** Tracking is limited. See tracking reason for details. */ 11 | ARTrackingStateLimited, 12 | 13 | /** Tracking is Normal. */ 14 | ARTrackingStateNormal, 15 | } 16 | } 17 | 18 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Resources/UnityARKitPlugin/ARKitSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_PrefabParentObject: {fileID: 0} 7 | m_PrefabInternal: {fileID: 0} 8 | m_GameObject: {fileID: 0} 9 | m_Enabled: 1 10 | m_EditorHideFlags: 0 11 | m_Script: {fileID: 11500000, guid: efa163296ae7840cb80b9e3beb5f0857, type: 3} 12 | m_Name: ARKitSettings 13 | m_EditorClassIdentifier: 14 | m_ARKitUsesFacetracking: 1 15 | AppRequiresARKit: 1 16 | -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 3 7 | m_ExternalVersionControlSupport: Visible Meta Files 8 | m_SerializationMode: 2 9 | m_WebSecurityEmulationEnabled: 0 10 | m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d 11 | m_DefaultBehaviorMode: 0 12 | m_SpritePackerMode: 2 13 | m_SpritePackerPaddingPower: 1 14 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd 15 | m_ProjectGenerationRootNamespace: 16 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingQuality.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public enum ARTrackingQuality : long 6 | { 7 | /** The tracking quality is not available. */ 8 | ARTrackingQualityNotAvailable, 9 | 10 | /** The tracking quality is limited, relying only on the device's motion. */ 11 | ARTrackingQualityLimited, 12 | 13 | /** The tracking quality is poor. */ 14 | ARTrackingQualityPoor, 15 | 16 | /** The tracking quality is good. */ 17 | ARTrackingQualityGood 18 | 19 | } 20 | } 21 | 22 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | m_Enabled: 0 7 | m_TestMode: 0 8 | m_TestEventUrl: 9 | m_TestConfigUrl: 10 | CrashReportingSettings: 11 | m_EventUrl: https://perf-events.cloud.unity3d.com/api/events/crashes 12 | m_Enabled: 0 13 | UnityPurchasingSettings: 14 | m_Enabled: 0 15 | m_TestMode: 0 16 | UnityAnalyticsSettings: 17 | m_Enabled: 0 18 | m_InitializeOnStartup: 1 19 | m_TestMode: 0 20 | m_TestEventUrl: 21 | m_TestConfigUrl: 22 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - ARKitPlane 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARErrorCode.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public enum ARErrorCode : long 6 | { 7 | /** Unsupported session configuration. */ 8 | ARErrorCodeUnsupportedConfiguration = 100, 9 | 10 | /** A sensor required to run the session is not available. */ 11 | ARErrorCodeSensorUnavailable = 101, 12 | 13 | /** A sensor failed to provide the required input. */ 14 | ARErrorCodeSensorFailed = 102, 15 | 16 | /** World tracking has encountered a fatal error. */ 17 | ARErrorCodeWorldTrackingFailed = 200, 18 | 19 | } 20 | } 21 | 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | /[Ll]ibrary/ 2 | /[Tt]emp/ 3 | /[Oo]bj/ 4 | /[Bb]uild/ 5 | /[Bb]uilds/ 6 | /Assets/AssetStoreTools* 7 | 8 | # Visual Studio 2015 cache directory 9 | /.vs/ 10 | 11 | # Autogenerated VS/MD/Consulo solution and project files 12 | ExportedObj/ 13 | .consulo/ 14 | *.csproj 15 | *.unityproj 16 | *.sln 17 | *.suo 18 | *.tmp 19 | *.user 20 | *.userprefs 21 | *.pidb 22 | *.booproj 23 | *.svd 24 | *.pdb 25 | 26 | # Unity3D generated meta files 27 | *.pidb.meta 28 | 29 | # Unity3D Generated File On Crash Reports 30 | sysinfo.txt 31 | 32 | # Builds 33 | *.apk 34 | *.unitypackage 35 | Assets/UnityHDRI/ 36 | *.exr 37 | Assets/FaceAvataaars/UnityHDRI/ 38 | test/ 39 | 40 | Assets/.DS_Store 41 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARTrackingStateReason.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public enum ARTrackingStateReason 6 | { 7 | /** Tracking is not limited. */ 8 | ARTrackingStateReasonNone, 9 | 10 | /** Tracking is limited due to initialization in progress. */ 11 | ARTrackingStateReasonInitializing, 12 | 13 | /** Tracking is limited due to a excessive motion of the camera. */ 14 | ARTrackingStateReasonExcessiveMotion, 15 | 16 | /** Tracking is limited due to a lack of features visible to the camera. */ 17 | ARTrackingStateReasonInsufficientFeatures, 18 | } 19 | } 20 | 21 | -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | m_Gravity: {x: 0, y: -9.81000042, z: 0} 7 | m_DefaultMaterial: {fileID: 0} 8 | m_BounceThreshold: 2 9 | m_SleepVelocity: .150000006 10 | m_SleepAngularVelocity: .140000001 11 | m_MaxAngularVelocity: 7 12 | m_MinPenetrationForPenalty: .00999999978 13 | m_SolverIterationCount: 6 14 | m_RaycastsHitTriggers: 1 15 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 16 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARPlaneAnchor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARPlaneAnchor 6 | { 7 | 8 | public string identifier; 9 | 10 | /** 11 | The transformation matrix that defines the anchor's rotation, translation and scale in world coordinates. 12 | */ 13 | public Matrix4x4 transform; 14 | 15 | /** 16 | The alignment of the plane. 17 | */ 18 | 19 | public ARPlaneAnchorAlignment alignment; 20 | 21 | /** 22 | The center of the plane in the anchor’s coordinate space. 23 | */ 24 | 25 | public Vector3 center; 26 | 27 | /** 28 | The extent of the plane in the anchor’s coordinate space. 29 | */ 30 | public Vector3 extent; 31 | 32 | 33 | } 34 | } 35 | 36 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARSessionNative.mm.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ecd21425b31a46ef9abc90a0516e9a1 3 | timeCreated: 1492108287 4 | licenseType: Store 5 | PluginImporter: 6 | serializedVersion: 2 7 | iconMap: {} 8 | executionOrder: {} 9 | isPreloaded: 0 10 | isOverridable: 0 11 | platformData: 12 | data: 13 | first: 14 | Any: 15 | second: 16 | enabled: 0 17 | settings: {} 18 | data: 19 | first: 20 | Editor: Editor 21 | second: 22 | enabled: 0 23 | settings: 24 | DefaultValueInitialized: true 25 | data: 26 | first: 27 | iPhone: iOS 28 | second: 29 | enabled: 1 30 | settings: {} 31 | userData: 32 | assetBundleName: 33 | assetBundleVariant: 34 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARFrame.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARFrame 6 | { 7 | /** 8 | A timestamp identifying the frame. 9 | */ 10 | public double timestamp; 11 | 12 | /** 13 | The frame's captured image. 14 | */ 15 | public IntPtr capturedImage; 16 | 17 | /** 18 | The camera used to capture the frame's image. 19 | @discussion The camera provides the device's position and orientation as well as camera parameters. 20 | */ 21 | public ARCamera camera; 22 | 23 | /** 24 | A list of anchors in the scene. 25 | */ 26 | //List anchors; 27 | 28 | /** 29 | A light estimate representing the light in the scene. 30 | @discussion Returns nil if there is no light estimation. 31 | */ 32 | ARLightEstimate lightEstimate; 33 | 34 | } 35 | } 36 | 37 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARHitTestResultType.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | [Flags] 6 | public enum ARHitTestResultType : long 7 | { 8 | /** Result type from intersecting the nearest feature point. */ 9 | ARHitTestResultTypeFeaturePoint = (1 << 0), 10 | 11 | /** Result type from detecting and intersecting a new horizontal plane. */ 12 | ARHitTestResultTypeHorizontalPlane = (1 << 1), 13 | 14 | /** Result type from detecting and intersecting a new vertical plane. */ 15 | ARHitTestResultTypeVerticalPlane = (1 << 2), 16 | 17 | /** Result type from intersecting with an existing plane anchor. */ 18 | ARHitTestResultTypeExistingPlane = (1 << 3), 19 | 20 | /** Result type from intersecting with an existing plane anchor, taking into account the plane's extent. */ 21 | ARHitTestResultTypeExistingPlaneUsingExtent = ( 1 << 4) 22 | 23 | } 24 | } 25 | 26 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARCameraNearFar.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.XR.iOS; 5 | 6 | [RequireComponent(typeof(Camera))] 7 | public class UnityARCameraNearFar : MonoBehaviour { 8 | 9 | private Camera attachedCamera; 10 | private float currentNearZ; 11 | private float currentFarZ; 12 | 13 | // Use this for initialization 14 | void Start () { 15 | attachedCamera = GetComponent (); 16 | UpdateCameraClipPlanes (); 17 | } 18 | 19 | void UpdateCameraClipPlanes() 20 | { 21 | currentNearZ = attachedCamera.nearClipPlane; 22 | currentFarZ = attachedCamera.farClipPlane; 23 | UnityARSessionNativeInterface.GetARSessionNativeInterface ().SetCameraClipPlanes (currentNearZ, currentFarZ); 24 | } 25 | 26 | // Update is called once per frame 27 | void Update () { 28 | if (currentNearZ != attachedCamera.nearClipPlane || currentFarZ != attachedCamera.farClipPlane) { 29 | UpdateCameraClipPlanes (); 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARHitTestResult.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public struct ARHitTestResult 6 | { 7 | /** 8 | The type of the hit-test result. 9 | */ 10 | public ARHitTestResultType type; 11 | 12 | /** 13 | The distance from the camera to the intersection in meters. 14 | */ 15 | public double distance; 16 | 17 | /** 18 | The transformation matrix that defines the intersection's rotation, translation and scale 19 | relative to the anchor or nearest feature point. 20 | */ 21 | public Matrix4x4 localTransform; 22 | 23 | /** 24 | The transformation matrix that defines the intersection's rotation, translation and scale 25 | relative to the world. 26 | */ 27 | public Matrix4x4 worldTransform; 28 | 29 | /** 30 | The anchor that the hit-test intersected. 31 | */ 32 | public string anchorIdentifier; 33 | 34 | /** 35 | True if the test represents a valid hit test. Data is undefined otherwise. 36 | */ 37 | public bool isValid; 38 | } 39 | } 40 | 41 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2018 yosun 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/UnityARKitPluginSettings.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | /// 6 | /// Holds settings that are used to configure the Unity ARKit Plugin. 7 | /// 8 | [CreateAssetMenu(fileName = "ARKitSettings", menuName = "UnityARKitPlugin/Settings", order = 1)] 9 | public class UnityARKitPluginSettings : ScriptableObject { 10 | 11 | /// 12 | /// Toggles whether Facetracking for iPhone X (and later) is used. If enabled, provide a Privacy Policy for submission to AppStore. 13 | /// 14 | [Tooltip("Toggles whether Facetracking for iPhone X (and later) is used. If enabled, provide a Privacy Policy for submission to AppStore.")] 15 | public bool m_ARKitUsesFacetracking = false; 16 | 17 | /// 18 | /// Toggles whether ARKit is required for this app: will make app only downloadable by devices with ARKit support if enabled. 19 | /// 20 | [Tooltip("Toggles whether ARKit is required for this app: will make app only downloadable by devices with ARKit support if enabled.")] 21 | public bool AppRequiresARKit = false; 22 | 23 | } 24 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!47 &1 4 | QualitySettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 5 7 | m_CurrentQuality: 0 8 | m_QualitySettings: 9 | - serializedVersion: 2 10 | name: Good 11 | pixelLightCount: 2 12 | shadows: 1 13 | shadowResolution: 1 14 | shadowProjection: 0 15 | shadowCascades: 2 16 | shadowDistance: 20 17 | shadowNearPlaneOffset: 2 18 | shadowCascade2Split: 0.33333334 19 | shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} 20 | blendWeights: 2 21 | textureQuality: 0 22 | anisotropicTextures: 1 23 | antiAliasing: 0 24 | softParticles: 0 25 | softVegetation: 1 26 | realtimeReflectionProbes: 1 27 | billboardsFaceCameraPosition: 1 28 | vSyncCount: 1 29 | lodBias: 1 30 | maximumLODLevel: 0 31 | particleRaycastBudget: 256 32 | asyncUploadTimeSlice: 2 33 | asyncUploadBufferSize: 4 34 | excludedTargetPlatforms: [] 35 | m_PerPlatformDefaultQuality: 36 | Android: 0 37 | FlashPlayer: 0 38 | GLES Emulation: 0 39 | PS3: 0 40 | Standalone: 0 41 | Web: 0 42 | Wii: 0 43 | XBOX360: 0 44 | iPhone: 0 45 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARGeneratePlane.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | 4 | namespace UnityEngine.XR.iOS 5 | { 6 | public class UnityARGeneratePlane : MonoBehaviour 7 | { 8 | public GameObject planePrefab; 9 | private UnityARAnchorManager unityARAnchorManager; 10 | 11 | // Use this for initialization 12 | void Start () { 13 | unityARAnchorManager = new UnityARAnchorManager(); 14 | UnityARUtility.InitializePlanePrefab (planePrefab); 15 | } 16 | 17 | void OnDestroy() 18 | { 19 | unityARAnchorManager.Destroy (); 20 | } 21 | 22 | void OnGUI() 23 | { 24 | List arpags = unityARAnchorManager.GetCurrentPlaneAnchors (); 25 | if (arpags.Count >= 1) { 26 | //ARPlaneAnchor ap = arpags [0].planeAnchor; 27 | //GUI.Box (new Rect (100, 100, 800, 60), string.Format ("Center: x:{0}, y:{1}, z:{2}", ap.center.x, ap.center.y, ap.center.z)); 28 | //GUI.Box(new Rect(100, 200, 800, 60), string.Format ("Extent: x:{0}, y:{1}, z:{2}", ap.extent.x, ap.extent.y, ap.extent.z)); 29 | } 30 | } 31 | } 32 | } 33 | 34 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/UIToggle.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | 4 | [System.Serializable] 5 | public class UIToggleSet{ 6 | public Sprite sprite1; 7 | public Sprite sprite2; 8 | public Image img; 9 | } 10 | 11 | 12 | public class UIToggle : MonoBehaviour { 13 | 14 | public UIToggleSet[] uitogglesets = new UIToggleSet[0]; 15 | 16 | 17 | public void Toggle(int which){ 18 | if(which>=uitogglesets.Length){ 19 | Die("you do not have this many uitogglesets defined: " + which); 20 | return; 21 | } 22 | 23 | UIToggleSet uiset = uitogglesets[which]; 24 | if(uiset.img.sprite == uiset.sprite1){ 25 | uiset.img.sprite = uiset.sprite2; 26 | }else if(uiset.img.sprite == uiset.sprite2){ 27 | uiset.img.sprite = uiset.sprite1; 28 | } 29 | 30 | } 31 | 32 | public void SetImage2( int n ){ 33 | UIToggleSet uiset = uitogglesets[n]; 34 | uiset.img.sprite = uiset.sprite2; 35 | } 36 | public void SetImage1(int n) { 37 | UIToggleSet uiset = uitogglesets[n]; 38 | uiset.img.sprite = uiset.sprite1; 39 | } 40 | 41 | 42 | bool Die(string msg){ 43 | print(msg); 44 | return false; 45 | } 46 | } 47 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARAmbient.cs: -------------------------------------------------------------------------------- 1 | using System.Runtime.InteropServices; 2 | using UnityEngine.XR.iOS; 3 | 4 | namespace UnityEngine.XR.iOS 5 | { 6 | public class UnityARAmbient : MonoBehaviour 7 | { 8 | 9 | private Light l; 10 | 11 | public void Start() 12 | { 13 | l = GetComponent(); 14 | UnityARSessionNativeInterface.ARFrameUpdatedEvent += UpdateLightEstimation; 15 | } 16 | 17 | void UpdateLightEstimation(UnityARCamera camera) 18 | { 19 | if (camera.lightData.arLightingType == LightDataType.LightEstimate) { 20 | // Convert ARKit intensity to Unity intensity 21 | // ARKit ambient intensity ranges 0-2000 22 | // Unity ambient intensity ranges 0-8 (for over-bright lights) 23 | float newai = camera.lightData.arLightEstimate.ambientIntensity; 24 | l.intensity = newai / 1000.0f; 25 | 26 | //Unity Light has functionality to filter the light color to correct temperature 27 | //https://docs.unity3d.com/ScriptReference/Light-colorTemperature.html 28 | l.colorTemperature = camera.lightData.arLightEstimate.ambientColorTemperature; 29 | } 30 | } 31 | 32 | void OnDestroy() { 33 | UnityARSessionNativeInterface.ARFrameUpdatedEvent -= UpdateLightEstimation; 34 | } 35 | } 36 | } 37 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARUserAnchorComponent.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | using System.Collections.Generic; 4 | using UnityEngine; 5 | using UnityEngine.XR.iOS; 6 | 7 | namespace UnityEngine.XR.iOS 8 | { 9 | public class UnityARUserAnchorComponent : MonoBehaviour { 10 | 11 | private string m_AnchorId; 12 | 13 | public string AnchorId { get { return m_AnchorId; } } 14 | 15 | void Awake() 16 | { 17 | UnityARSessionNativeInterface.ARUserAnchorUpdatedEvent += GameObjectAnchorUpdated; 18 | UnityARSessionNativeInterface.ARUserAnchorRemovedEvent += AnchorRemoved; 19 | this.m_AnchorId = UnityARSessionNativeInterface.GetARSessionNativeInterface ().AddUserAnchorFromGameObject(this.gameObject).identifierStr; 20 | } 21 | void Start () { 22 | 23 | } 24 | 25 | public void AnchorRemoved(ARUserAnchor anchor) 26 | { 27 | if (anchor.identifier.Equals(m_AnchorId)) 28 | { 29 | Destroy(this.gameObject); 30 | } 31 | } 32 | 33 | void OnDestroy() { 34 | UnityARSessionNativeInterface.ARUserAnchorUpdatedEvent -= GameObjectAnchorUpdated; 35 | UnityARSessionNativeInterface.ARUserAnchorRemovedEvent -= AnchorRemoved; 36 | UnityARSessionNativeInterface.GetARSessionNativeInterface ().RemoveUserAnchor(this.m_AnchorId); 37 | } 38 | 39 | private void GameObjectAnchorUpdated(ARUserAnchor anchor) 40 | { 41 | 42 | } 43 | } 44 | } -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!19 &1 4 | Physics2DSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Gravity: {x: 0, y: -9.81} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_VelocityIterations: 8 10 | m_PositionIterations: 3 11 | m_VelocityThreshold: 1 12 | m_MaxLinearCorrection: 0.2 13 | m_MaxAngularCorrection: 8 14 | m_MaxTranslationSpeed: 100 15 | m_MaxRotationSpeed: 360 16 | m_MinPenetrationForPenalty: 0.01 17 | m_BaumgarteScale: 0.2 18 | m_BaumgarteTimeOfImpactScale: 0.75 19 | m_TimeToSleep: 0.5 20 | m_LinearSleepTolerance: 0.01 21 | m_AngularSleepTolerance: 2 22 | m_QueriesHitTriggers: 1 23 | m_QueriesStartInColliders: 1 24 | m_ChangeStopsCallbacks: 0 25 | m_AlwaysShowColliders: 0 26 | m_ShowColliderSleep: 1 27 | m_ShowColliderContacts: 0 28 | m_ContactArrowScale: 0.2 29 | m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} 30 | m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} 31 | m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} 32 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 33 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARMatrixOps.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | 3 | namespace UnityEngine.XR.iOS 4 | { 5 | public class UnityARMatrixOps 6 | { 7 | 8 | public static Vector3 GetPosition(Matrix4x4 matrix) 9 | { 10 | // Convert from ARKit's right-handed coordinate 11 | // system to Unity's left-handed 12 | Vector3 position = matrix.GetColumn(3); 13 | position.z = -position.z; 14 | 15 | return position; 16 | } 17 | 18 | public static Quaternion GetRotation(Matrix4x4 matrix) 19 | { 20 | // Convert from ARKit's right-handed coordinate 21 | // system to Unity's left-handed 22 | Quaternion rotation = QuaternionFromMatrix(matrix); 23 | rotation.z = -rotation.z; 24 | rotation.w = -rotation.w; 25 | 26 | return rotation; 27 | } 28 | 29 | 30 | static Quaternion QuaternionFromMatrix(Matrix4x4 m) { 31 | // Adapted from: http://www.euclideanspace.com/maths/geometry/rotations/conversions/matrixToQuaternion/index.htm 32 | Quaternion q = new Quaternion(); 33 | q.w = Mathf.Sqrt( Mathf.Max( 0, 1 + m[0,0] + m[1,1] + m[2,2] ) ) / 2; 34 | q.x = Mathf.Sqrt( Mathf.Max( 0, 1 + m[0,0] - m[1,1] - m[2,2] ) ) / 2; 35 | q.y = Mathf.Sqrt( Mathf.Max( 0, 1 - m[0,0] + m[1,1] - m[2,2] ) ) / 2; 36 | q.z = Mathf.Sqrt( Mathf.Max( 0, 1 - m[0,0] - m[1,1] + m[2,2] ) ) / 2; 37 | q.x *= Mathf.Sign( q.x * ( m[2,1] - m[1,2] ) ); 38 | q.y *= Mathf.Sign( q.y * ( m[0,2] - m[2,0] ) ); 39 | q.z *= Mathf.Sign( q.z * ( m[1,0] - m[0,1] ) ); 40 | return q; 41 | } 42 | 43 | } 44 | } 45 | 46 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # FaceAvataaars 2 | 3 | See Youtube Demo with ARKit face tracking here. https://www.youtube.com/watch?v=YsJJ5KWttgc 4 | 5 | - Non-iPhoneX testing using BlendShapeReader / BlendShapeRecorder (to be released soon) 6 | - iPhone X face tracking puppeteering [http://Avataaaars.com] 7 | 8 | 9 | 10 | By default, "I love you" is pre-loaded. Here are a few other blendshape recordings to play back 11 | 12 | - Eyes Wide Shut http://faced.io/blendshaperecorder/id/95161ead-deac-4d4d-bd92-da4ca98179df 13 | - I love you http://faced.io/blendshaperecorder/id/4b2d28cc-2dc7-4794-bad5-b5b327a5b297 14 | - General Talking http://faced.io/blendshaperecorder/id/f8381138-797d-41d1-aaf2-6586dc55a56a 15 | 16 | with Head rotation 17 | - Head sway http://faced.io/blendshaperecorder/id/46380dcc-d4cb-4ef7-81da-eaba1aac8972 18 | - Shake and stop http://faced.io/blendshaperecorder/id/a5330343-a04c-4788-9554-933c4cad4209 19 | 20 | [![https://gyazo.com/8f60e8254f20a6a9a8e6219c28ce1d06](https://i.gyazo.com/8f60e8254f20a6a9a8e6219c28ce1d06.gif)](https://gyazo.com/8f60e8254f20a6a9a8e6219c28ce1d06) 21 | 22 | 23 | 24 | Note: this is a Unity project 25 | [![https://gyazo.com/13a6341dbaa16dd6179b4c59fdea55c7](https://i.gyazo.com/13a6341dbaa16dd6179b4c59fdea55c7.jpg)](https://gyazo.com/13a6341dbaa16dd6179b4c59fdea55c7) 26 | 27 | 28 | Used in #WrldChallenge project YouAnchor @ https://www.youtube.com/watch?v=u9puE5LdpSQ&t=22s 29 | 30 | **** 31 | 32 | Regarding the custom format in BlendShapeReader.cs and Recorder.cs - check out: https://gist.github.com/yosun/76a90114066f1e9de4518ba9029e1802 33 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityPointCloudExample.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.XR.iOS; 4 | using System.Collections; 5 | using System.Collections.Generic; 6 | using System.Runtime.InteropServices; 7 | 8 | public class UnityPointCloudExample : MonoBehaviour 9 | { 10 | public uint numPointsToShow = 100; 11 | public GameObject PointCloudPrefab = null; 12 | private List pointCloudObjects; 13 | private Vector3[] m_PointCloudData; 14 | 15 | public void Start() 16 | { 17 | UnityARSessionNativeInterface.ARFrameUpdatedEvent += ARFrameUpdated; 18 | if (PointCloudPrefab != null) 19 | { 20 | pointCloudObjects = new List (); 21 | for (int i =0; i < numPointsToShow; i++) 22 | { 23 | pointCloudObjects.Add (Instantiate (PointCloudPrefab)); 24 | } 25 | } 26 | } 27 | 28 | public void ARFrameUpdated(UnityARCamera camera) 29 | { 30 | m_PointCloudData = camera.pointCloudData; 31 | } 32 | 33 | public void Update() 34 | { 35 | if (PointCloudPrefab != null && m_PointCloudData != null) 36 | { 37 | for (int count = 0; count < Math.Min (m_PointCloudData.Length, numPointsToShow); count++) 38 | { 39 | Vector4 vert = m_PointCloudData [count]; 40 | GameObject point = pointCloudObjects [count]; 41 | point.transform.position = new Vector3(vert.x, vert.y, vert.z); 42 | } 43 | } 44 | } 45 | } -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/NativeInterface/ARCamera.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | namespace UnityEngine.XR.iOS 6 | { 7 | public struct ARCamera 8 | { 9 | /** 10 | The transformation matrix that defines the camera's rotation and translation in world coordinates. 11 | */ 12 | 13 | public Matrix4x4 worldTransform; 14 | 15 | /** 16 | The camera's orientation defined as Euler angles. 17 | 18 | @dicussion The order of components in this vector matches the axes of rotation: 19 | 1. Pitch (the x component) is the rotation about the node's x-axis (in radians) 20 | 2. Yaw (the y component) is the rotation about the node's y-axis (in radians) 21 | 3. Roll (the z component) is the rotation about the node's z-axis (in radians) 22 | ARKit applies these rotations in the reverse order of the components: 23 | 1. first roll 24 | 2. then yaw 25 | 3. then pitch 26 | */ 27 | 28 | public Vector3 eulerAngles; 29 | 30 | public ARTrackingQuality trackingQuality; 31 | 32 | /** 33 | The camera intrinsics. 34 | @discussion The matrix has the following contents: 35 | fx 0 px 36 | 0 fy py 37 | 0 0 1 38 | fx and fy are the focal length in pixels. 39 | px and py are the coordinates of the principal point in pixels. 40 | The origin is at the center of the upper-left pixel. 41 | */ 42 | 43 | public Vector3 intrinsics_row1; 44 | public Vector3 intrinsics_row2; 45 | public Vector3 intrinsics_row3; 46 | 47 | public ARSize imageResolution; 48 | 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/ARCameraTracker.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1001 &100100000 4 | Prefab: 5 | m_ObjectHideFlags: 1 6 | serializedVersion: 2 7 | m_Modification: 8 | m_TransformParent: {fileID: 0} 9 | m_Modifications: [] 10 | m_RemovedComponents: [] 11 | m_ParentPrefab: {fileID: 0} 12 | m_RootGameObject: {fileID: 1073355909720032} 13 | m_IsPrefabParent: 1 14 | --- !u!1 &1073355909720032 15 | GameObject: 16 | m_ObjectHideFlags: 0 17 | m_PrefabParentObject: {fileID: 0} 18 | m_PrefabInternal: {fileID: 100100000} 19 | serializedVersion: 5 20 | m_Component: 21 | - component: {fileID: 4618825569058466} 22 | - component: {fileID: 114800462838630034} 23 | m_Layer: 0 24 | m_Name: ARCameraTracker 25 | m_TagString: Untagged 26 | m_Icon: {fileID: 0} 27 | m_NavMeshLayer: 0 28 | m_StaticEditorFlags: 0 29 | m_IsActive: 1 30 | --- !u!4 &4618825569058466 31 | Transform: 32 | m_ObjectHideFlags: 1 33 | m_PrefabParentObject: {fileID: 0} 34 | m_PrefabInternal: {fileID: 100100000} 35 | m_GameObject: {fileID: 1073355909720032} 36 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 37 | m_LocalPosition: {x: 0, y: 0, z: 0} 38 | m_LocalScale: {x: 1, y: 1, z: 1} 39 | m_Children: [] 40 | m_Father: {fileID: 0} 41 | m_RootOrder: 0 42 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 43 | --- !u!114 &114800462838630034 44 | MonoBehaviour: 45 | m_ObjectHideFlags: 1 46 | m_PrefabParentObject: {fileID: 0} 47 | m_PrefabInternal: {fileID: 100100000} 48 | m_GameObject: {fileID: 1073355909720032} 49 | m_Enabled: 1 50 | m_EditorHideFlags: 0 51 | m_Script: {fileID: 11500000, guid: 961e52c3648614224b2a9dffa3055c07, type: 3} 52 | m_Name: 53 | m_EditorClassIdentifier: 54 | trackedCamera: {fileID: 0} 55 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/AR/Prefabs/ARFaceAnchorManager.prefab: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1001 &100100000 4 | Prefab: 5 | m_ObjectHideFlags: 1 6 | serializedVersion: 2 7 | m_Modification: 8 | m_TransformParent: {fileID: 0} 9 | m_Modifications: [] 10 | m_RemovedComponents: [] 11 | m_ParentPrefab: {fileID: 0} 12 | m_RootGameObject: {fileID: 1868170972449152} 13 | m_IsPrefabParent: 1 14 | --- !u!1 &1868170972449152 15 | GameObject: 16 | m_ObjectHideFlags: 0 17 | m_PrefabParentObject: {fileID: 0} 18 | m_PrefabInternal: {fileID: 100100000} 19 | serializedVersion: 5 20 | m_Component: 21 | - component: {fileID: 4379314258766238} 22 | - component: {fileID: 114275023589435540} 23 | m_Layer: 0 24 | m_Name: ARFaceAnchorManager 25 | m_TagString: Untagged 26 | m_Icon: {fileID: 0} 27 | m_NavMeshLayer: 0 28 | m_StaticEditorFlags: 0 29 | m_IsActive: 1 30 | --- !u!4 &4379314258766238 31 | Transform: 32 | m_ObjectHideFlags: 1 33 | m_PrefabParentObject: {fileID: 0} 34 | m_PrefabInternal: {fileID: 100100000} 35 | m_GameObject: {fileID: 1868170972449152} 36 | m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} 37 | m_LocalPosition: {x: 0, y: 0, z: 0} 38 | m_LocalScale: {x: 1, y: 1, z: 1} 39 | m_Children: [] 40 | m_Father: {fileID: 0} 41 | m_RootOrder: 0 42 | m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} 43 | --- !u!114 &114275023589435540 44 | MonoBehaviour: 45 | m_ObjectHideFlags: 1 46 | m_PrefabParentObject: {fileID: 0} 47 | m_PrefabInternal: {fileID: 100100000} 48 | m_GameObject: {fileID: 1868170972449152} 49 | m_Enabled: 1 50 | m_EditorHideFlags: 0 51 | m_Script: {fileID: 11500000, guid: fbb9909788bbd469bbce3102485cc0d9, type: 3} 52 | m_Name: 53 | m_EditorClassIdentifier: 54 | anchorPrefab: {fileID: 0} 55 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/BlendShapeReader/Utils/UIInputWait.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.UI; 5 | 6 | public class UIInputWait : MonoBehaviour { 7 | 8 | public InputField inputfield; 9 | public Sprite spriteWait; public Button ButtonToDisable; Sprite button_lastSprite; 10 | 11 | 12 | public delegate void StringProcessor( string s); 13 | public static StringProcessor SubscribeWhenStringReceived; 14 | 15 | string lastSet; 16 | 17 | public void OnTextUpdate(string s) { 18 | //OnTextUpdate(0, s); 19 | if (s == lastSet || inputfield.text == lastSet) return; 20 | SubscribeWhenStringReceived( inputfield.text); 21 | UI_Waiting(); 22 | } 23 | 24 | public void SetInputText(string s){ 25 | lastSet = s; 26 | inputfield.text = s; 27 | } 28 | 29 | /* public void OnTextUpdate(int n, string s) { 30 | if (n >= inputfields.Length) { 31 | Die("you do not have this many inputfields defined: " + n); 32 | return; 33 | } 34 | 35 | SubscribeWhenStringReceived(n, inputfields[n].text); 36 | UI_Waiting(); 37 | }*/ 38 | 39 | public void UI_Waiting() { 40 | print("Wait"); 41 | ButtonToDisable.interactable = false; 42 | Sprite templast = ButtonToDisable.GetComponent().sprite; 43 | if(templast!=spriteWait) button_lastSprite = ButtonToDisable.GetComponent().sprite; 44 | ButtonToDisable.GetComponent().sprite = spriteWait; 45 | } 46 | 47 | public void UI_DoneWaiting() { 48 | print("Done"); 49 | ButtonToDisable.interactable = true; 50 | if (button_lastSprite != null) 51 | ButtonToDisable.GetComponent().sprite = button_lastSprite; 52 | } 53 | 54 | } 55 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARUtility.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Runtime.InteropServices; 3 | 4 | namespace UnityEngine.XR.iOS 5 | { 6 | public class UnityARUtility 7 | { 8 | private MeshCollider meshCollider; //declared to avoid code stripping of class 9 | private MeshFilter meshFilter; //declared to avoid code stripping of class 10 | private static GameObject planePrefab = null; 11 | 12 | public static void InitializePlanePrefab(GameObject go) 13 | { 14 | planePrefab = go; 15 | } 16 | 17 | public static GameObject CreatePlaneInScene(ARPlaneAnchor arPlaneAnchor) 18 | { 19 | GameObject plane; 20 | if (planePrefab != null) { 21 | plane = GameObject.Instantiate(planePrefab); 22 | } else { 23 | plane = new GameObject (); //put in a blank gameObject to get at least a transform to manipulate 24 | } 25 | 26 | plane.name = arPlaneAnchor.identifier; 27 | 28 | return UpdatePlaneWithAnchorTransform(plane, arPlaneAnchor); 29 | 30 | } 31 | 32 | public static GameObject UpdatePlaneWithAnchorTransform(GameObject plane, ARPlaneAnchor arPlaneAnchor) 33 | { 34 | 35 | //do coordinate conversion from ARKit to Unity 36 | plane.transform.position = UnityARMatrixOps.GetPosition (arPlaneAnchor.transform); 37 | plane.transform.rotation = UnityARMatrixOps.GetRotation (arPlaneAnchor.transform); 38 | 39 | MeshFilter mf = plane.GetComponentInChildren (); 40 | 41 | if (mf != null) { 42 | //since our plane mesh is actually 10mx10m in the world, we scale it here by 0.1f 43 | mf.gameObject.transform.localScale = new Vector3(arPlaneAnchor.extent.x * 0.1f ,arPlaneAnchor.extent.y * 0.1f ,arPlaneAnchor.extent.z * 0.1f ); 44 | 45 | //convert our center position to unity coords 46 | mf.gameObject.transform.localPosition = new Vector3(arPlaneAnchor.center.x,arPlaneAnchor.center.y, -arPlaneAnchor.center.z); 47 | } 48 | 49 | return plane; 50 | } 51 | 52 | 53 | 54 | } 55 | } 56 | 57 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/🍊 Tanned.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d17c92bb82a94c2caea075ef26110d2 3 | timeCreated: 1514942380 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶 00 Yellow.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6349830d06374c5cb72477ab8bd6ac0 3 | timeCreated: 1514942407 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏻 05 Pale.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 39109c68c623b4ed59c5c87c94e4c39f 3 | timeCreated: 1514942379 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏼 04 Light.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cc0bd309010d4cb293abe63cd863224 3 | timeCreated: 1514942377 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏽 03 Brown.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f774d81b3bb4f4f67ad3871883857887 3 | timeCreated: 1514942425 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏿 01 Black.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d25298d8e752d48dd9071fd15f334b48 3 | timeCreated: 1514942415 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Bat.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9796646ece1834af68da1227410b4978 3 | timeCreated: 1514942399 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Bear.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fde770526c81445688a5d47b7e8fac91 3 | timeCreated: 1514942427 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Cumbia.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 864262e48871646fb9271bb5d8e5c89b 3 | timeCreated: 1514942393 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Deer.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f1b60d527bc54a968375af3c13226b6 3 | timeCreated: 1514942382 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Hola.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf1cee9ddd95642ba97e1e4cd528d725 3 | timeCreated: 1514942408 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Pizza.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 248c31d20d5954ead8fb8699c02f01a0 3 | timeCreated: 1514942373 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Resist.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caa6b21fb8f5a47c49ce30d3565da7c0 3 | timeCreated: 1514942414 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Selena.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a41412b70483a467198d7fedff98d87a 3 | timeCreated: 1514942403 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbc0c828a45d643938eba59bb6fd77a6 3 | timeCreated: 1514942417 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Angry.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00ae8d08e976c45a4a1c508f9d8c52c1 3 | timeCreated: 1514942368 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Default.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e8eccc8ae1f242d996d0d4bb1105d93 3 | timeCreated: 1514942378 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Up Down.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8cd1b1355b4c4aceb0cd2ff056edc94 3 | timeCreated: 1514942411 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Skin/👶🏾 02 Dark Brown.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14778cf8899c34adfb8bb08b552fc01d 3 | timeCreated: 1514942371 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/-Your Text.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a2213ae061584a3d952c4cb45e681d5 3 | timeCreated: 1514942376 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Diamond.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 12b09836dda1d43e59a3c3aeb7607113 3 | timeCreated: 1514942369 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Clothing/Graphic/Skull Outline.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ebf88a817114b40ae9747aca482a29c4 3 | timeCreated: 1514942421 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Raised Excited.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 276dceb0038b941368982df4ce52c546 3 | timeCreated: 1514942374 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/Resources/Eyebrow/Outline/Sad Concerned.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 399ec165f3e5d4d15adeb8f1dcab02ff 3 | timeCreated: 1514942380 4 | licenseType: Pro 5 | TextureImporter: 6 | fileIDToRecycleName: {} 7 | externalObjects: {} 8 | serializedVersion: 4 9 | mipmaps: 10 | mipMapMode: 0 11 | enableMipMap: 1 12 | sRGBTexture: 1 13 | linearTexture: 0 14 | fadeOut: 0 15 | borderMipMap: 0 16 | mipMapsPreserveCoverage: 0 17 | alphaTestReferenceValue: 0.5 18 | mipMapFadeDistanceStart: 1 19 | mipMapFadeDistanceEnd: 3 20 | bumpmap: 21 | convertToNormalMap: 0 22 | externalNormalMap: 0 23 | heightScale: 0.25 24 | normalMapFilter: 0 25 | isReadable: 0 26 | grayScaleToAlpha: 0 27 | generateCubemap: 6 28 | cubemapConvolution: 0 29 | seamlessCubemap: 0 30 | textureFormat: 1 31 | maxTextureSize: 2048 32 | textureSettings: 33 | serializedVersion: 2 34 | filterMode: -1 35 | aniso: -1 36 | mipBias: -1 37 | wrapU: -1 38 | wrapV: -1 39 | wrapW: -1 40 | nPOTScale: 1 41 | lightmap: 0 42 | compressionQuality: 50 43 | spriteMode: 0 44 | spriteExtrude: 1 45 | spriteMeshType: 1 46 | alignment: 0 47 | spritePivot: {x: 0.5, y: 0.5} 48 | spriteBorder: {x: 0, y: 0, z: 0, w: 0} 49 | spritePixelsToUnits: 100 50 | alphaUsage: 1 51 | alphaIsTransparency: 0 52 | spriteTessellationDetail: -1 53 | textureType: 0 54 | textureShape: 1 55 | maxTextureSizeSet: 0 56 | compressionQualitySet: 0 57 | textureFormatSet: 0 58 | platformSettings: 59 | - buildTarget: DefaultTexturePlatform 60 | maxTextureSize: 2048 61 | resizeAlgorithm: 0 62 | textureFormat: -1 63 | textureCompression: 1 64 | compressionQuality: 50 65 | crunchedCompression: 0 66 | allowsAlphaSplitting: 0 67 | overridden: 0 68 | androidETC2FallbackOverride: 0 69 | spriteSheet: 70 | serializedVersion: 2 71 | sprites: [] 72 | outline: [] 73 | physicsShape: [] 74 | spritePackingTag: 75 | userData: 76 | assetBundleName: 77 | assetBundleVariant: 78 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShader.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/ARCameraShader" 2 | { 3 | Properties 4 | { 5 | _textureY ("TextureY", 2D) = "white" {} 6 | _textureCbCr ("TextureCbCr", 2D) = "black" {} 7 | } 8 | SubShader 9 | { 10 | Cull Off 11 | Tags { "RenderType"="Opaque" } 12 | LOD 100 13 | 14 | Pass 15 | { 16 | ZWrite Off 17 | CGPROGRAM 18 | #pragma vertex vert 19 | #pragma fragment frag 20 | 21 | #include "UnityCG.cginc" 22 | 23 | float4x4 _DisplayTransform; 24 | 25 | struct Vertex 26 | { 27 | float4 position : POSITION; 28 | float2 texcoord : TEXCOORD0; 29 | }; 30 | 31 | struct TexCoordInOut 32 | { 33 | float4 position : SV_POSITION; 34 | float2 texcoord : TEXCOORD0; 35 | }; 36 | 37 | TexCoordInOut vert (Vertex vertex) 38 | { 39 | TexCoordInOut o; 40 | o.position = UnityObjectToClipPos(vertex.position); 41 | 42 | float texX = vertex.texcoord.x; 43 | float texY = vertex.texcoord.y; 44 | 45 | o.texcoord.x = (_DisplayTransform[0].x * texX + _DisplayTransform[1].x * (texY) + _DisplayTransform[2].x); 46 | o.texcoord.y = (_DisplayTransform[0].y * texX + _DisplayTransform[1].y * (texY) + (_DisplayTransform[2].y)); 47 | 48 | return o; 49 | } 50 | 51 | // samplers 52 | sampler2D _textureY; 53 | sampler2D _textureCbCr; 54 | 55 | fixed4 frag (TexCoordInOut i) : SV_Target 56 | { 57 | // sample the texture 58 | float2 texcoord = i.texcoord; 59 | float y = tex2D(_textureY, texcoord).r; 60 | float4 ycbcr = float4(y, tex2D(_textureCbCr, texcoord).rg, 1.0); 61 | 62 | const float4x4 ycbcrToRGBTransform = float4x4( 63 | float4(1.0, +0.0000, +1.4020, -0.7010), 64 | float4(1.0, -0.3441, -0.7141, +0.5291), 65 | float4(1.0, +1.7720, +0.0000, -0.8860), 66 | float4(0.0, +0.0000, +0.0000, +1.0000) 67 | ); 68 | 69 | return mul(ycbcrToRGBTransform, ycbcr); 70 | } 71 | ENDCG 72 | } 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/PointCloudParticleExample.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.XR.iOS; 5 | 6 | public class PointCloudParticleExample : MonoBehaviour { 7 | public ParticleSystem pointCloudParticlePrefab; 8 | public int maxPointsToShow; 9 | public float particleSize = 1.0f; 10 | private Vector3[] m_PointCloudData; 11 | private bool frameUpdated = false; 12 | private ParticleSystem currentPS; 13 | private ParticleSystem.Particle [] particles; 14 | 15 | // Use this for initialization 16 | void Start () { 17 | UnityARSessionNativeInterface.ARFrameUpdatedEvent += ARFrameUpdated; 18 | currentPS = Instantiate (pointCloudParticlePrefab); 19 | frameUpdated = false; 20 | } 21 | 22 | public void ARFrameUpdated(UnityARCamera camera) 23 | { 24 | m_PointCloudData = camera.pointCloudData; 25 | frameUpdated = true; 26 | } 27 | 28 | // Update is called once per frame 29 | void Update () { 30 | if (frameUpdated) { 31 | if (m_PointCloudData != null && m_PointCloudData.Length > 0) { 32 | int numParticles = Mathf.Min (m_PointCloudData.Length, maxPointsToShow); 33 | ParticleSystem.Particle[] particles = new ParticleSystem.Particle[numParticles]; 34 | int index = 0; 35 | foreach (Vector3 currentPoint in m_PointCloudData) { 36 | particles [index].position = currentPoint; 37 | particles [index].startColor = new Color (1.0f, 1.0f, 1.0f); 38 | particles [index].startSize = particleSize; 39 | index++; 40 | } 41 | currentPS.SetParticles (particles, numParticles); 42 | } else { 43 | ParticleSystem.Particle[] particles = new ParticleSystem.Particle[1]; 44 | particles [0].startSize = 0.0f; 45 | currentPS.SetParticles (particles, 1); 46 | } 47 | frameUpdated = false; 48 | } 49 | } 50 | } 51 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Shaders/YUVShaderLinear.shader: -------------------------------------------------------------------------------- 1 | Shader "Unlit/ARCameraShader(Linear)" 2 | { 3 | Properties 4 | { 5 | _textureY ("TextureY", 2D) = "white" {} 6 | _textureCbCr ("TextureCbCr", 2D) = "black" {} 7 | } 8 | SubShader 9 | { 10 | Cull Off 11 | Tags { "RenderType"="Opaque" } 12 | LOD 100 13 | 14 | Pass 15 | { 16 | ZWrite Off 17 | CGPROGRAM 18 | #pragma vertex vert 19 | #pragma fragment frag 20 | 21 | #include "UnityCG.cginc" 22 | 23 | float4x4 _DisplayTransform; 24 | 25 | struct Vertex 26 | { 27 | float4 position : POSITION; 28 | float2 texcoord : TEXCOORD0; 29 | }; 30 | 31 | struct TexCoordInOut 32 | { 33 | float4 position : SV_POSITION; 34 | float2 texcoord : TEXCOORD0; 35 | }; 36 | 37 | TexCoordInOut vert (Vertex vertex) 38 | { 39 | TexCoordInOut o; 40 | o.position = UnityObjectToClipPos(vertex.position); 41 | 42 | float texX = vertex.texcoord.x; 43 | float texY = vertex.texcoord.y; 44 | 45 | o.texcoord.x = (_DisplayTransform[0].x * texX + _DisplayTransform[1].x * (texY) + _DisplayTransform[2].x); 46 | o.texcoord.y = (_DisplayTransform[0].y * texX + _DisplayTransform[1].y * (texY) + (_DisplayTransform[2].y)); 47 | 48 | return o; 49 | } 50 | 51 | // samplers 52 | sampler2D _textureY; 53 | sampler2D _textureCbCr; 54 | 55 | fixed4 frag (TexCoordInOut i) : SV_Target 56 | { 57 | // sample the texture 58 | float2 texcoord = i.texcoord; 59 | float y = tex2D(_textureY, texcoord).r; 60 | float4 ycbcr = float4(y, tex2D(_textureCbCr, texcoord).rg, 1.0); 61 | 62 | const float4x4 ycbcrToRGBTransform = float4x4( 63 | float4(1.0, +0.0000, +1.4020, -0.7010), 64 | float4(1.0, -0.3441, -0.7141, +0.5291), 65 | float4(1.0, +1.7720, +0.0000, -0.8860), 66 | float4(0.0, +0.0000, +0.0000, +1.0000) 67 | ); 68 | 69 | //gamma->linear conversion 70 | return pow(mul(ycbcrToRGBTransform, ycbcr), 2.2); 71 | } 72 | ENDCG 73 | } 74 | } 75 | } 76 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/UnityARKitPlugin/Plugins/iOS/UnityARKit/Helpers/UnityARAnchorManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | 5 | namespace UnityEngine.XR.iOS 6 | { 7 | public class UnityARAnchorManager 8 | { 9 | 10 | 11 | private Dictionary planeAnchorMap; 12 | 13 | 14 | public UnityARAnchorManager () 15 | { 16 | planeAnchorMap = new Dictionary (); 17 | UnityARSessionNativeInterface.ARAnchorAddedEvent += AddAnchor; 18 | UnityARSessionNativeInterface.ARAnchorUpdatedEvent += UpdateAnchor; 19 | UnityARSessionNativeInterface.ARAnchorRemovedEvent += RemoveAnchor; 20 | 21 | } 22 | 23 | 24 | public void AddAnchor(ARPlaneAnchor arPlaneAnchor) 25 | { 26 | GameObject go = UnityARUtility.CreatePlaneInScene (arPlaneAnchor); 27 | go.AddComponent (); //this is so these GOs persist across scene loads 28 | ARPlaneAnchorGameObject arpag = new ARPlaneAnchorGameObject (); 29 | arpag.planeAnchor = arPlaneAnchor; 30 | arpag.gameObject = go; 31 | planeAnchorMap.Add (arPlaneAnchor.identifier, arpag); 32 | } 33 | 34 | public void RemoveAnchor(ARPlaneAnchor arPlaneAnchor) 35 | { 36 | if (planeAnchorMap.ContainsKey (arPlaneAnchor.identifier)) { 37 | ARPlaneAnchorGameObject arpag = planeAnchorMap [arPlaneAnchor.identifier]; 38 | GameObject.Destroy (arpag.gameObject); 39 | planeAnchorMap.Remove (arPlaneAnchor.identifier); 40 | } 41 | } 42 | 43 | public void UpdateAnchor(ARPlaneAnchor arPlaneAnchor) 44 | { 45 | if (planeAnchorMap.ContainsKey (arPlaneAnchor.identifier)) { 46 | ARPlaneAnchorGameObject arpag = planeAnchorMap [arPlaneAnchor.identifier]; 47 | UnityARUtility.UpdatePlaneWithAnchorTransform (arpag.gameObject, arPlaneAnchor); 48 | arpag.planeAnchor = arPlaneAnchor; 49 | planeAnchorMap [arPlaneAnchor.identifier] = arpag; 50 | } 51 | } 52 | 53 | public void Destroy() 54 | { 55 | foreach (ARPlaneAnchorGameObject arpag in GetCurrentPlaneAnchors()) { 56 | GameObject.Destroy (arpag.gameObject); 57 | } 58 | 59 | planeAnchorMap.Clear (); 60 | } 61 | 62 | public List GetCurrentPlaneAnchors() 63 | { 64 | return planeAnchorMap.Values.ToList (); 65 | } 66 | } 67 | } 68 | 69 | -------------------------------------------------------------------------------- /Assets/FaceAvataaars/CORE/Utils/UI2.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using System.Collections; 3 | using UnityEngine.UI; 4 | 5 | public static class UI2 6 | { 7 | public static Sprite CreateSprite(Texture2D tex){ 8 | return Sprite.Create(tex, new Rect(0, 0, tex.width, tex.height), Vector2.zero, 72f); 9 | } 10 | 11 | public static GameObject CreateButton(GameObject prefab,string childForSprite,Sprite s,bool resize){ 12 | GameObject g = GameObject.Instantiate(prefab) as GameObject; 13 | 14 | if(childForSprite.Length<1){ 15 | g = AssignSprite(g, s); 16 | }else{ 17 | g= AssignSprite(g.transform.Find(childForSprite), s); 18 | } 19 | 20 | if (resize) { 21 | Vector2 sd = g.GetComponent().sizeDelta; 22 | Vector2 spritedims = new Vector2(s.texture.width, s.texture.height); 23 | float heighttowidth = spritedims.y / spritedims.x; 24 | sd = new Vector3( sd.x/heighttowidth, sd.y); 25 | g.GetComponent().sizeDelta = sd; 26 | } 27 | 28 | return g; 29 | 30 | } 31 | public static GameObject CreateButton(GameObject prefab,string childForSprite,Texture2D tex, bool resize){ 32 | return CreateButton(prefab, childForSprite,CreateSprite(tex),resize); 33 | } 34 | public static GameObject AssignSprite(GameObject g,Sprite s){ 35 | g.GetComponent().sprite = s; 36 | return g; 37 | } 38 | public static GameObject AssignSprite(Transform t, Sprite s) { 39 | t.GetComponent().sprite = s; 40 | return t.gameObject; 41 | } 42 | 43 | public static void ToggleButton(Transform t, bool f) { 44 | t.GetComponent