├── .gitignore ├── Art ├── ChromaLink.ai ├── Keyboard.ai ├── Mouse.ai └── Mousepad.ai ├── Assets ├── CaptureTextures.meta ├── CaptureTextures │ ├── ArcX.png │ ├── ArcX.png.meta │ ├── ArcX2.png │ ├── ArcX2.png.meta │ ├── Arrow.png │ ├── Arrow.png.meta │ ├── Audio.png │ ├── Audio.png.meta │ ├── Axe.png │ ├── Axe.png.meta │ ├── Balloon.png │ ├── Balloon.png.meta │ ├── Balloon2.png │ ├── Balloon2.png.meta │ ├── Blinds.png │ ├── Blinds.png.meta │ ├── Bricks.png │ ├── Bricks.png.meta │ ├── Caustics.png │ ├── Caustics.png.meta │ ├── Char.png │ ├── Char.png.meta │ ├── Character.png │ ├── Character.png.meta │ ├── Chicken.png │ ├── Chicken.png.meta │ ├── Circle.png │ ├── Circle.png.meta │ ├── CircleX.png │ ├── CircleX.png.meta │ ├── Climb1.png │ ├── Climb1.png.meta │ ├── Cloud.png │ ├── Cloud.png.meta │ ├── Cube.png │ ├── Cube.png.meta │ ├── Dagger.png │ ├── Dagger.png.meta │ ├── Dash.png │ ├── Dash.png.meta │ ├── Door.png │ ├── Door.png.meta │ ├── Drone.png │ ├── Drone.png.meta │ ├── Engine2.png │ ├── Engine2.png.meta │ ├── Equip.png │ ├── Equip.png.meta │ ├── Face.png │ ├── Face.png.meta │ ├── Face2.png │ ├── Face2.png.meta │ ├── Face3.png │ ├── Face3.png.meta │ ├── Flag.png │ ├── Flag.png.meta │ ├── Flag2.png │ ├── Flag2.png.meta │ ├── Ghost.png │ ├── Ghost.png.meta │ ├── Giant.png │ ├── Giant.png.meta │ ├── Glider1.png │ ├── Glider1.png.meta │ ├── Gradient.png │ ├── Gradient.png.meta │ ├── Gradient2.png │ ├── Gradient2.png.meta │ ├── Gradient3.png │ ├── Gradient3.png.meta │ ├── Gradient4.png │ ├── Gradient4.png.meta │ ├── GradientHorizontal.png │ ├── GradientHorizontal.png.meta │ ├── GradientRedGreen.png │ ├── GradientRedGreen.png.meta │ ├── GradientUneven.png │ ├── GradientUneven.png.meta │ ├── GradientVertical.png │ ├── GradientVertical.png.meta │ ├── Gun1.png │ ├── Gun1.png.meta │ ├── Gun2.png │ ├── Gun2.png.meta │ ├── Gun3.png │ ├── Gun3.png.meta │ ├── HalfMoon.png │ ├── HalfMoon.png.meta │ ├── HalfMoonBites.png │ ├── HalfMoonBites.png.meta │ ├── Hammer1.png │ ├── Hammer1.png.meta │ ├── Hammer2.png │ ├── Hammer2.png.meta │ ├── Hat.png │ ├── Hat.png.meta │ ├── Hex2.png │ ├── Hex2.png.meta │ ├── Hex3.png │ ├── Hex3.png.meta │ ├── Horse.png │ ├── Horse.png.meta │ ├── House.png │ ├── House.png.meta │ ├── Hurl.png │ ├── Hurl.png.meta │ ├── Jester.png │ ├── Jester.png.meta │ ├── LZ.png │ ├── LZ.png.meta │ ├── Landscape.png │ ├── Landscape.png.meta │ ├── Light.png │ ├── Light.png.meta │ ├── Lightning.png │ ├── Lightning.png.meta │ ├── Lightning2.png │ ├── Lightning2.png.meta │ ├── Line.png │ ├── Line.png.meta │ ├── Map.png │ ├── Map.png.meta │ ├── Melee.png │ ├── Melee.png.meta │ ├── Monster.png │ ├── Monster.png.meta │ ├── Noise.png │ ├── Noise.png.meta │ ├── Pattern.png │ ├── Pattern.png.meta │ ├── PatternA.png │ ├── PatternA.png.meta │ ├── Pear.png │ ├── Pear.png.meta │ ├── Person2.png │ ├── Person2.png.meta │ ├── Pet.png │ ├── Pet.png.meta │ ├── Phone.png │ ├── Phone.png.meta │ ├── Pipe.png │ ├── Pipe.png.meta │ ├── Proj.png │ ├── Proj.png.meta │ ├── Props.png │ ├── Props.png.meta │ ├── Pumpkin.png │ ├── Pumpkin.png.meta │ ├── PuzzleA.png │ ├── PuzzleA.png.meta │ ├── PuzzleB.png │ ├── PuzzleB.png.meta │ ├── Quotes.png │ ├── Quotes.png.meta │ ├── Ride.png │ ├── Ride.png.meta │ ├── Rings.png │ ├── Rings.png.meta │ ├── Rope1.png │ ├── Rope1.png.meta │ ├── Sad.png │ ├── Sad.png.meta │ ├── Saw.png │ ├── Saw.png.meta │ ├── Scare.png │ ├── Scare.png.meta │ ├── Sense.png │ ├── Sense.png.meta │ ├── Sheep.png │ ├── Sheep.png.meta │ ├── Ship2.png │ ├── Ship2.png.meta │ ├── Shot.png │ ├── Shot.png.meta │ ├── Shrine.png │ ├── Shrine.png.meta │ ├── Sign.png │ ├── Sign.png.meta │ ├── Slug.png │ ├── Slug.png.meta │ ├── Snake.png │ ├── Snake.png.meta │ ├── Snowboard1.png │ ├── Snowboard1.png.meta │ ├── Snowmobile1.png │ ├── Snowmobile1.png.meta │ ├── Space.png │ ├── Space.png.meta │ ├── Spider.png │ ├── Spider.png.meta │ ├── Spiral.png │ ├── Spiral.png.meta │ ├── Square.png │ ├── Square.png.meta │ ├── Star.png │ ├── Star.png.meta │ ├── Symbol.png │ ├── Symbol.png.meta │ ├── Talking.png │ ├── Talking.png.meta │ ├── Tiles.png │ ├── Tiles.png.meta │ ├── Tracks.png │ ├── Tracks.png.meta │ ├── Tree.png │ ├── Tree.png.meta │ ├── Trees.png │ ├── Trees.png.meta │ ├── Triangle.png │ ├── Triangle.png.meta │ ├── Triangle2.png │ ├── Triangle2.png.meta │ ├── Truck.png │ ├── Truck.png.meta │ ├── V.png │ ├── V.png.meta │ ├── V2.png │ ├── V2.png.meta │ ├── Vein.png │ ├── Vein.png.meta │ ├── Wheel.png │ ├── Wheel.png.meta │ ├── checkers.png │ ├── checkers.png.meta │ ├── hex.png │ ├── hex.png.meta │ ├── ring_gradient.png │ ├── ring_gradient.png.meta │ ├── ring_gray.png │ ├── ring_gray.png.meta │ ├── sword.png │ ├── sword.png.meta │ ├── teeth.png │ ├── teeth.png.meta │ ├── x.png │ ├── x.png.meta │ ├── x2.png │ └── x2.png.meta ├── Plugins.meta ├── Plugins │ ├── UnityNativeChromaSDK3.dll │ ├── UnityNativeChromaSDK3.dll.meta │ ├── x64.meta │ ├── x64 │ │ ├── UnityNativeChromaSDK.dll │ │ └── UnityNativeChromaSDK.dll.meta │ ├── x86.meta │ └── x86 │ │ ├── UnityNativeChromaSDK.dll │ │ └── UnityNativeChromaSDK.dll.meta ├── StreamingAssets.meta ├── StreamingAssets │ ├── BaseLayer_ChromaLink.chroma │ ├── BaseLayer_ChromaLink.chroma.meta │ ├── BaseLayer_Headset.chroma │ ├── BaseLayer_Headset.chroma.meta │ ├── BaseLayer_Keyboard.chroma │ ├── BaseLayer_Keyboard.chroma.meta │ ├── BaseLayer_Keypad.chroma │ ├── BaseLayer_Keypad.chroma.meta │ ├── BaseLayer_Mouse.chroma │ ├── BaseLayer_Mouse.chroma.meta │ ├── BaseLayer_Mousepad.chroma │ ├── BaseLayer_Mousepad.chroma.meta │ ├── Blank_ChromaLink.chroma │ ├── Blank_ChromaLink.chroma.meta │ ├── Blank_Headset.chroma │ ├── Blank_Headset.chroma.meta │ ├── Blank_Keyboard.chroma │ ├── Blank_Keyboard.chroma.meta │ ├── Blank_Keypad.chroma │ ├── Blank_Keypad.chroma.meta │ ├── Blank_Mouse.chroma │ ├── Blank_Mouse.chroma.meta │ ├── Blank_Mousepad.chroma │ ├── Blank_Mousepad.chroma.meta │ ├── EnvironmentSnow_Keyboard.chroma │ ├── EnvironmentSnow_Keyboard.chroma.meta │ ├── FadeInOutGray_ChromaLink.chroma │ ├── FadeInOutGray_ChromaLink.chroma.meta │ ├── FadeInOutGray_Headset.chroma │ ├── FadeInOutGray_Headset.chroma.meta │ ├── FadeInOutGray_Keyboard.chroma │ ├── FadeInOutGray_Keyboard.chroma.meta │ ├── FadeInOutGray_Keypad.chroma │ ├── FadeInOutGray_Keypad.chroma.meta │ ├── FadeInOutGray_Mouse.chroma │ ├── FadeInOutGray_Mouse.chroma.meta │ ├── FadeInOutGray_Mousepad.chroma │ ├── FadeInOutGray_Mousepad.chroma.meta │ ├── Fire_ChromaLink.chroma │ ├── Fire_ChromaLink.chroma.meta │ ├── Fire_Headset.chroma │ ├── Fire_Headset.chroma.meta │ ├── Fire_Keyboard.chroma │ ├── Fire_Keyboard.chroma.meta │ ├── Fire_Keypad.chroma │ ├── Fire_Keypad.chroma.meta │ ├── Fire_Mouse.chroma │ ├── Fire_Mouse.chroma.meta │ ├── Fire_Mousepad.chroma │ ├── Fire_Mousepad.chroma.meta │ ├── Mask_Keyboard_All.chroma │ ├── Mask_Keyboard_All.chroma.meta │ ├── Mask_Keyboard_WASD.chroma │ ├── Mask_Keyboard_WASD.chroma.meta │ ├── Random_ChromaLink.chroma │ ├── Random_ChromaLink.chroma.meta │ ├── Random_Headset.chroma │ ├── Random_Headset.chroma.meta │ ├── Random_Keyboard.chroma │ ├── Random_Keyboard.chroma.meta │ ├── Random_Keypad.chroma │ ├── Random_Keypad.chroma.meta │ ├── Random_Mouse.chroma │ ├── Random_Mouse.chroma.meta │ ├── Random_Mousepad.chroma │ ├── Random_Mousepad.chroma.meta │ ├── RazerGreen_ChromaLink.chroma │ ├── RazerGreen_ChromaLink.chroma.meta │ ├── RazerGreen_Headset.chroma │ ├── RazerGreen_Headset.chroma.meta │ ├── RazerGreen_Keyboard.chroma │ ├── RazerGreen_Keyboard.chroma.meta │ ├── RazerGreen_Keypad.chroma │ ├── RazerGreen_Keypad.chroma.meta │ ├── RazerGreen_Mouse.chroma │ ├── RazerGreen_Mouse.chroma.meta │ ├── RazerGreen_Mousepad.chroma │ ├── RazerGreen_Mousepad.chroma.meta │ ├── RingGray_ChromaLink.chroma │ ├── RingGray_ChromaLink.chroma.meta │ ├── RingGray_Headset.chroma │ ├── RingGray_Headset.chroma.meta │ ├── RingGray_Keyboard.chroma │ ├── RingGray_Keyboard.chroma.meta │ ├── RingGray_Keypad.chroma │ ├── RingGray_Keypad.chroma.meta │ ├── RingGray_Mouse.chroma │ ├── RingGray_Mouse.chroma.meta │ ├── RingGray_Mousepad.chroma │ └── RingGray_Mousepad.chroma.meta ├── UnityNativeChromaSDK.meta └── UnityNativeChromaSDK │ ├── Editor.meta │ ├── Editor │ ├── ChromaCaptureWindow.cs │ ├── ChromaCaptureWindow.cs.meta │ ├── ChromaMaterialWindow.cs │ ├── ChromaMaterialWindow.cs.meta │ ├── ChromaPositionsOverTimeLerpEditor.cs │ ├── ChromaPositionsOverTimeLerpEditor.cs.meta │ ├── TextureScale.cs │ ├── TextureScale.cs.meta │ ├── UnityNativeChromaSDKMenu.cs │ └── UnityNativeChromaSDKMenu.cs.meta │ ├── Examples.meta │ ├── Examples │ ├── Materials.meta │ ├── Materials │ │ ├── UnlitMaterial.mat │ │ ├── UnlitMaterial.mat.meta │ │ ├── UnlitWhite.mat │ │ ├── UnlitWhite.mat.meta │ │ ├── black.mat │ │ ├── black.mat.meta │ │ ├── capture_test.mat │ │ ├── capture_test.mat.meta │ │ ├── white.mat │ │ └── white.mat.meta │ ├── ParticleSystems.meta │ ├── ParticleSystems │ │ ├── BloodParticleSystem.prefab │ │ ├── BloodParticleSystem.prefab.meta │ │ ├── CloudsParticleSystem.prefab │ │ ├── CloudsParticleSystem.prefab.meta │ │ ├── ParticleSystemCreamSoda.prefab │ │ ├── ParticleSystemCreamSoda.prefab.meta │ │ ├── ParticleSystemDescendingFog.prefab │ │ ├── ParticleSystemDescendingFog.prefab.meta │ │ ├── TornadoParticleSystem.prefab │ │ └── TornadoParticleSystem.prefab.meta │ ├── Prefabs.meta │ ├── Prefabs │ │ ├── ChromaCompositeAnimation.prefab │ │ └── ChromaCompositeAnimation.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── Scene01.unity │ │ ├── Scene01.unity.meta │ │ ├── Scene02.unity │ │ ├── Scene02.unity.meta │ │ ├── Scene03_ParticleSystem.unity │ │ ├── Scene03_ParticleSystem.unity.meta │ │ ├── Scene04_Composite.unity │ │ ├── Scene04_Composite.unity.meta │ │ ├── Scene05_Plane.unity │ │ ├── Scene05_Plane.unity.meta │ │ ├── Scene06_PlayAndDeactivate.unity │ │ ├── Scene06_PlayAndDeactivate.unity.meta │ │ ├── Scene07_PlayOnDestroy.unity │ │ ├── Scene07_PlayOnDestroy.unity.meta │ │ ├── Scene08_Hotkeys.unity │ │ ├── Scene08_Hotkeys.unity.meta │ │ ├── Scene09_Loop.unity │ │ ├── Scene09_Loop.unity.meta │ │ ├── Scene10_Layers.unity │ │ ├── Scene10_Layers.unity.meta │ │ ├── Scene11_Trails.unity │ │ ├── Scene11_Trails.unity.meta │ │ ├── Scene12_Clouds.unity │ │ ├── Scene12_Clouds.unity.meta │ │ ├── Scene13_Text.unity │ │ ├── Scene13_Text.unity.meta │ │ ├── Scene14_PlaneMaterialOffset.unity │ │ ├── Scene14_PlaneMaterialOffset.unity.meta │ │ ├── Scene15_PlanePositions.unity │ │ ├── Scene15_PlanePositions.unity.meta │ │ ├── Scene16_PlaneRotating.unity │ │ ├── Scene16_PlaneRotating.unity.meta │ │ ├── Scene17_Caustics.unity │ │ └── Scene17_Caustics.unity.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── UnityNativeChromaSDKExample01.cs │ │ ├── UnityNativeChromaSDKExample01.cs.meta │ │ ├── UnityNativeChromaSDKExample02.cs │ │ ├── UnityNativeChromaSDKExample02.cs.meta │ │ ├── UnityNativeChromaSDKExample08.cs │ │ ├── UnityNativeChromaSDKExample08.cs.meta │ │ ├── UnityNativeChromaSDKExample09.cs │ │ ├── UnityNativeChromaSDKExample09.cs.meta │ │ ├── UnityNativeChromaSDKExample10.cs │ │ └── UnityNativeChromaSDKExample10.cs.meta │ ├── Textures.meta │ └── Textures │ │ ├── black.png │ │ ├── black.png.meta │ │ ├── capture_test.png │ │ ├── capture_test.png.meta │ │ ├── checkers.png │ │ ├── checkers.png.meta │ │ ├── chromalink_image.gif │ │ ├── chromalink_image.gif.meta │ │ ├── chromalink_image.jpg │ │ ├── chromalink_image.jpg.meta │ │ ├── headset_image.gif │ │ ├── headset_image.gif.meta │ │ ├── headset_image.jpg │ │ ├── headset_image.jpg.meta │ │ ├── keyboard_image.gif │ │ ├── keyboard_image.gif.meta │ │ ├── keyboard_image.jpg │ │ ├── keyboard_image.jpg.meta │ │ ├── keypad_image.gif │ │ ├── keypad_image.gif.meta │ │ ├── keypad_image.jpg │ │ ├── keypad_image.jpg.meta │ │ ├── mouse_image.gif │ │ ├── mouse_image.gif.meta │ │ ├── mouse_image.jpg │ │ ├── mouse_image.jpg.meta │ │ ├── mousepad_image.gif │ │ ├── mousepad_image.gif.meta │ │ ├── mousepad_image.jpg │ │ ├── mousepad_image.jpg.meta │ │ ├── ring_gradient.png │ │ ├── ring_gradient.png.meta │ │ ├── ring_gray.png │ │ ├── ring_gray.png.meta │ │ ├── white.png │ │ ├── white.png.meta │ │ ├── x.png │ │ └── x.png.meta │ ├── Scripts.meta │ ├── Scripts │ ├── ChromaCameraColorOverTime.cs │ ├── ChromaCameraColorOverTime.cs.meta │ ├── ChromaMaterialColorOverTime.cs │ ├── ChromaMaterialColorOverTime.cs.meta │ ├── ChromaMaterialColorOverTimeLerp.cs │ ├── ChromaMaterialColorOverTimeLerp.cs.meta │ ├── ChromaMaterialOffsetOverTime.cs │ ├── ChromaMaterialOffsetOverTime.cs.meta │ ├── ChromaMaterialTintTimeLerp.cs │ ├── ChromaMaterialTintTimeLerp.cs.meta │ ├── ChromaMaterialsOffsetOverTime.cs │ ├── ChromaMaterialsOffsetOverTime.cs.meta │ ├── ChromaPositionsOverTimeLerp.cs │ ├── ChromaPositionsOverTimeLerp.cs.meta │ ├── ChromaRotateOverTime.cs │ ├── ChromaRotateOverTime.cs.meta │ ├── ChromaRotateOverTimeLerp.cs │ ├── ChromaRotateOverTimeLerp.cs.meta │ ├── ChromaScaleOverTime.cs │ ├── ChromaScaleOverTime.cs.meta │ ├── ChromaScaleOverTimeLerp.cs │ ├── ChromaScaleOverTimeLerp.cs.meta │ ├── ChromaSetCameraColor.cs │ ├── ChromaSetCameraColor.cs.meta │ ├── ChromaSetPosition.cs │ ├── ChromaSetPosition.cs.meta │ ├── ChromaSetScale.cs │ ├── ChromaSetScale.cs.meta │ ├── ChromaTranslateOverTime.cs │ ├── ChromaTranslateOverTime.cs.meta │ ├── ChromaTranslateOverTimeLerp.cs │ ├── ChromaTranslateOverTimeLerp.cs.meta │ ├── UnityNativeChromaSDK.cs │ ├── UnityNativeChromaSDK.cs.meta │ ├── UnityNativeChromaSDKPlayAndDeactivate.cs │ ├── UnityNativeChromaSDKPlayAndDeactivate.cs.meta │ ├── UnityNativeChromaSDKPlayOnDestroy.cs │ ├── UnityNativeChromaSDKPlayOnDestroy.cs.meta │ ├── UnityNativeChromaSDKPlayOnEnable.cs │ ├── UnityNativeChromaSDKPlayOnEnable.cs.meta │ ├── Vector3Ext.cs │ └── Vector3Ext.cs.meta │ ├── Textures.meta │ └── Textures │ ├── ChromaLinkLayout.png │ ├── ChromaLinkLayout.png.meta │ ├── KeyboardLayout.png │ ├── KeyboardLayout.png.meta │ ├── MouseLayout.png │ ├── MouseLayout.png.meta │ ├── MousepadLayout.png │ └── MousepadLayout.png.meta ├── ProjectSettings ├── AudioManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── InputManager.asset ├── NavMeshLayers.asset ├── NetworkManager.asset ├── ProjectSettings.asset ├── QualitySettings.asset ├── TagManager.asset └── TimeManager.asset ├── README.md └── images ├── image_1.png ├── image_2.png ├── image_3.png ├── image_4.png ├── image_5.png ├── image_6.png └── image_7.png /.gitignore: -------------------------------------------------------------------------------- 1 | Build/ 2 | Library/ 3 | Temp/ 4 | *.csproj 5 | *.sln 6 | obj/ 7 | .vs/ 8 | *.unitypackage 9 | *.htm 10 | DebugTexture.png 11 | -------------------------------------------------------------------------------- /Art/ChromaLink.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Art/ChromaLink.ai -------------------------------------------------------------------------------- /Art/Keyboard.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Art/Keyboard.ai -------------------------------------------------------------------------------- /Art/Mouse.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Art/Mouse.ai -------------------------------------------------------------------------------- /Art/Mousepad.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Art/Mousepad.ai -------------------------------------------------------------------------------- /Assets/CaptureTextures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7ebf4128bc6a777488e1d53b9fb73d43 3 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/ArcX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/ArcX.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/ArcX.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bc286d343609bf4c89b1eda3d777c10 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/ArcX2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/ArcX2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/ArcX2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5257ff5dd58c744ba2efba676be6c7c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Arrow.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Arrow.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9025e2e5c38b064f81df2e5b6150382 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Audio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Audio.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Audio.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93a206cae10c1274ebeab4f40b78fc2e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Axe.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Axe.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00b0cf74552c4a445ae78a2036f18f2c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Balloon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Balloon.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Balloon.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56ea48b2ebd2af646b6601f1f16ba2d4 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Balloon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Balloon2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Balloon2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51639009fa55cfe44a7cb4a6b8d55268 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Blinds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Blinds.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Blinds.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 403dde0b6992fee4a9290baa5362c826 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Bricks.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Bricks.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 765818270a8e2eb41b7b8afc8d6d8b20 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Caustics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Caustics.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Caustics.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f3f314096c70714b9eaf4a33e2aa8c0 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Char.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Char.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Char.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f50c7c85cb8e2b4bba3c9a7fa420689 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Character.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Character.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Character.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3e6e148a56f99b4ea94e72ae4a6e221 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Chicken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Chicken.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Chicken.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1402275e738002499894b2e66b59dcf 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Circle.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Circle.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b79b93d690f26b146b7572ce791eeb5e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/CircleX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/CircleX.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/CircleX.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a85b29af6ee89d4fa47d691352b2253 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Climb1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Climb1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Climb1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7b757c7b61fcfe4f822ccb0778d0156 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Cloud.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Cloud.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa8331fd5f34c1948ba2ff379ab00510 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Cube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Cube.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Cube.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f093641d68faa5c4599ab12522c77aa7 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Dagger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Dagger.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Dagger.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e94436355f5af7409795d3e4550f660 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Dash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Dash.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Dash.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9a673cd70a23cd42b8ad5225cea7995 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Door.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Door.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 894492a961cff5b4085d4d03b0f4e515 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Drone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Drone.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Drone.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2c2feba1d817b7845820bf8b2df37750 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Engine2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Engine2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Engine2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: aed67431a85787749a33833bb64653c2 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Equip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Equip.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Equip.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f0db72f28109d34bbe8287a2c044e1a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Face.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d315cf179948774481cb4d09994d40d 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Face2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf4ec06cd233bc4499ad36c529309d10 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Face3.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Face3.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2717cbfada61a94c9ae2a3bf933ff31 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Flag.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Flag.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4f2823a87031550458479082cb897f18 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Flag2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Flag2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Flag2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3bcbdcddd32a3b5439d9d258fb199af4 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ghost.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Ghost.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ghost.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6e11ed4300817743bed55876202ab96 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Giant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Giant.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Giant.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 06349196473203c4382bf690105ff2a6 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Glider1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Glider1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Glider1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baed4a37e3a9cd746a7b07c3dd16d01a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gradient.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 102ac9b1281b6b54a99b9e1f41ce4191 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gradient2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44c03c3541e92d142b3bc62f5417e042 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gradient3.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient3.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f580f55192ad220429ad2396326614e0 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gradient4.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gradient4.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67f32038abb890d42bf1886af86a1e83 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientHorizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/GradientHorizontal.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientHorizontal.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c0e7f192f5a27e448cf117e30b222c8 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientRedGreen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/GradientRedGreen.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientRedGreen.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6004a4ccc7d9cf543b0f380238a436f5 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientUneven.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/GradientUneven.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientUneven.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 106747eb54df0ae43b000b653c5845bb 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/GradientVertical.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/GradientVertical.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6acf1919d3fc6a848a812a6e68fa2272 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gun1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf1d101cceac1594392e97c70a15e985 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gun2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e6a721a403426643bcd5066cdf64efa 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Gun3.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Gun3.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b285ff3f3c4f80d43af3fc0cf1349e0d 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/HalfMoon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/HalfMoon.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/HalfMoon.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 32e5736ada7dc6143bb3e0cc6f5c7f99 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/HalfMoonBites.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/HalfMoonBites.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/HalfMoonBites.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a5fde987735c114d8d488d7d1b63150 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hammer1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hammer1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hammer1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57295b87967fd034aaf3b0368d2ffb4c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hammer2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hammer2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hammer2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04a44ec572f85694997bf8d54c521d00 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hat.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hat.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f66ae4d0366117438132c45b96890fe 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hex2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hex2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hex2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba2dbab1853fb3e4e98d05bb4174cbf5 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hex3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hex3.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hex3.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46a32366668ec204299bf90e3b1f6c6c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Horse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Horse.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Horse.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a8231e7ce1c92bb46a1b19e4aff9bd41 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/House.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/House.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/House.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11f71b63ee449b444ae260e22c081761 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hurl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Hurl.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Hurl.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1679aa50beac9da4fac8e0f5b8eec940 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Jester.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Jester.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Jester.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0a525857d7a5d274c8563b89fe546977 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/LZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/LZ.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/LZ.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f776c7ec6d2e304f835a93da939667a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Landscape.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Landscape.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0bd27dfd35cda24ea14cc2cc32081cd 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Light.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Light.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f3cc553b79c578418b33015ab763236 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Lightning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Lightning.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Lightning.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59ae900a981f13c4bbd4ec1fc3811b55 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Lightning2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Lightning2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Lightning2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9dce00ecbd7641428db98b6f3ef583b 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Line.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Line.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f122cec9bb5d5e419c8b26253961fa8 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Map.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Map.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ec0bee2639b5b54190821eec7c52273 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Melee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Melee.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Melee.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 786855eace030c94db0d73c3651cf3c1 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Monster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Monster.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Monster.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b4180726d77564147afba347ad42e196 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Noise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Noise.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Noise.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dafb94078806fe4ea2fa4d0aa2488a1 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Pattern.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pattern.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 767819a850bd85c47b5b8a39e80e531a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/PatternA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/PatternA.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/PatternA.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdc684a3aa1103b4281205b01a1834b3 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Pear.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pear.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2bd2265274fd754448634f643750fc3e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Person2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Person2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Person2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4ab2b37eea1e5674cadef99108db5372 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Pet.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pet.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e786865129117094ba5a5cd3316c8a5a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Phone.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Phone.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64b99bffde504e94da4c09efc6f969da 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pipe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Pipe.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pipe.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2085efbacadf4cc4ab635174d22c2e33 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Proj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Proj.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Proj.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0dc8e813ef64bb41ab145d2d905fd9c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Props.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Props.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d89f80e6426335f44b7901cf64995a0e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pumpkin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Pumpkin.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Pumpkin.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 947cbd80435ee84479b2ef01573a968b 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/PuzzleA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/PuzzleA.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/PuzzleA.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f80a2665ae655ee4c8a0e91b4659a92f 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: 1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/PuzzleB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/PuzzleB.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/PuzzleB.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c39c008754fe9c4c99a15eefec3412a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Quotes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Quotes.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Quotes.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ffebc0e7658b7cb439c854995a7a0bfd 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ride.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Ride.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ride.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 789c3e3f17059524d8e40c59ae92eb79 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Rings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Rings.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Rings.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50ab3e10ac936f34485b66dfc2a037a4 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Rope1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Rope1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Rope1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 30a1ffe4c778a0e48ad3bd97a1c7e196 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Sad.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sad.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd0bf884a19c58b4997dfd0ff22a6cf1 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Saw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Saw.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Saw.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 45db65a493395004d9d21e6a5a292266 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Scare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Scare.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Scare.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4d3e4518280aa244ac32419d62c0498 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sense.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Sense.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sense.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 071a8998bc8db92458c2816705624312 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sheep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Sheep.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sheep.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7290e3a04a1ed544294494d653340a0d 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ship2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Ship2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Ship2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64abc924c19faf243b86d1d76dbf793f 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Shot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Shot.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Shot.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3877580313edd084ca0258d584547062 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Shrine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Shrine.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Shrine.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d350dd6f1d0bf348a8fc6147d7104c8 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Sign.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Sign.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3dab0bcb032ad10478d407cb323f693e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Slug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Slug.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Slug.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 312173e12273db94bbaa3b02e928ca3a 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snake.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Snake.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snake.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9078123ddeb02347b6ff297b6f1548e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snowboard1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Snowboard1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snowboard1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ae41a97f411b1ae43b5185e23de3d486 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snowmobile1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Snowmobile1.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Snowmobile1.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25e6140e99bb30c41ad0eec4ba15a54f 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Space.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Space.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Space.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82f006a956da60b44b32699266d945e1 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Spider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Spider.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Spider.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ba98bfb8fd78fc345bd325f4d6c15c51 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Spiral.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Spiral.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f99cfdc1461d1f24da20ba2c9df2485f 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Square.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Square.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Square.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7bce60644d40ece4cb94bd6224b8dd3e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Star.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Star.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3343e1d366aa86e4b8fd22811d6bfe20 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Symbol.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Symbol.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe8421ee4f09457429ae89eb74176a43 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Talking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Talking.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Talking.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 327294d2259fe7c43b027e34dfc2cb1d 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tiles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Tiles.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tiles.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2446295221c28de47afe862cfcef506e 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tracks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Tracks.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tracks.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07ed4206bd9d91d4bb7fcad82eb805c0 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Tree.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Tree.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1d44b15f55e8ca244b4538ec521bc09d 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Trees.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Trees.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Trees.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d51ed07ca7aea43419ddf33ac540f172 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Triangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Triangle.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Triangle.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56b59d856c6620c40a903e5c4c689804 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Triangle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Triangle2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Triangle2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b3d4fb7a4f75b241bde7a49d83b0efb 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Truck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Truck.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Truck.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3226ca2720c24634386a014430a51e85 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/V.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/V.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/V.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d2c557537ce960458d334665af2dcf8 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/V2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/V2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/V2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d73b2c36d500f5b4a9ab19a04be1b5d0 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Vein.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Vein.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Vein.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b044ff90422cd7642a8bcec9a4f7d928 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/Wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/Wheel.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/Wheel.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95bcb12b152118946a03ad8188f2613c 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/checkers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/checkers.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/hex.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/hex.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f91579582c222b6488cfc5aab44064d4 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/ring_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/ring_gradient.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/ring_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/ring_gray.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/sword.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/sword.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80b4b96c5fc73f542add33508b6caab1 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/teeth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/teeth.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/teeth.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 67bccbd5d4ee9904c9e9eedd4a137cfb 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/CaptureTextures/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/x.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/x2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/CaptureTextures/x2.png -------------------------------------------------------------------------------- /Assets/CaptureTextures/x2.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6df301560644bb45a890bef45aaa8d9 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acfc38928705a664cb989cecf8d8846b 3 | -------------------------------------------------------------------------------- /Assets/Plugins/UnityNativeChromaSDK3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/Plugins/UnityNativeChromaSDK3.dll -------------------------------------------------------------------------------- /Assets/Plugins/UnityNativeChromaSDK3.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eee1f7c8b81cc2a4c971814f0bba488c 3 | -------------------------------------------------------------------------------- /Assets/Plugins/x64.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31d6e3aa3d5738a4386994c830aaa3b3 3 | -------------------------------------------------------------------------------- /Assets/Plugins/x64/UnityNativeChromaSDK.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/Plugins/x64/UnityNativeChromaSDK.dll -------------------------------------------------------------------------------- /Assets/Plugins/x64/UnityNativeChromaSDK.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1313b3711efee84b9cafd84a5055af0 3 | -------------------------------------------------------------------------------- /Assets/Plugins/x86.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 257a4678a5ff26d4f8697d6182d0b317 3 | -------------------------------------------------------------------------------- /Assets/Plugins/x86/UnityNativeChromaSDK.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/Plugins/x86/UnityNativeChromaSDK.dll -------------------------------------------------------------------------------- /Assets/Plugins/x86/UnityNativeChromaSDK.dll.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 384df54088c2eda42941ca334f09a80d 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b99e6f35ace42143b5e362d9130dac5 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00fb037805bc19e41bd81223d21a0e96 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64d667748ffd0d54db6180c91f6d5562 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b08bb1df89ea06d468ebac9712ce2aa2 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 758fa32b4d55ea14b83f25e1359d3c18 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c8ec0fe6c6090d46a805271be242983 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/BaseLayer_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/BaseLayer_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 530ec8853e4517640b3781f3c2f10bc8 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9179c10a155b494b84755747dcadf44 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 581ee444455cb0f4b9c59ff8010d8934 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ab1ed0a044a074a429c886de2ef90ae2 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf0c08ff4446bf1499ea927985c3df09 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dc9781349e14054f854e5e6aca8b21a 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Blank_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Blank_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bba5bc378e51bb740b1c074c033a337a 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/EnvironmentSnow_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/EnvironmentSnow_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/EnvironmentSnow_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f673b765fc158f49b379d23136e0dee 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f97995c794d6f414388b9400da061f87 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bce664e3c19918742ab5bc4ad88b9ecd 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0aef0b96d1933e04586c01a137bbb3b5 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0bfa2212fe92ec44ebf080427fdd704c 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5206a3637e7d3c4c8370da6c95453dd 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/FadeInOutGray_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/FadeInOutGray_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5575ead969c24a4892279df22f9e321 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fb5006496b592184087a088908bb97ea 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcbf1bd52b8e01e46a4c77e29324325f 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 82fc86fd8dbf86c448f0c22245b451e2 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e2b160c58c1a0d342b455c3ce99faabb 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51920fb025ea6fd4496ce8a14af15de8 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Fire_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Fire_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c166b55296797746945745d123fdd6a 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Mask_Keyboard_All.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Mask_Keyboard_All.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Mask_Keyboard_All.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f89d7f4c7ccdb74a80eae896a3af0f8 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Mask_Keyboard_WASD.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Mask_Keyboard_WASD.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Mask_Keyboard_WASD.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 896ca4640e23f8448b879f0076083646 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61b5518ab92520046aa6424bca950ad0 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 83370ab1a10c28f47b0018b9459c23e8 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e21ea979976e9149844a42dd2166132 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb4cea363b0308347ac5610ceccf06d1 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9433d01673d2fbd458cc088dbed4563b 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/Random_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/Random_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6bca30f3562bb04e98be7b083bcf3cb 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 352018ca8b6f9324c9ad1018373dfc17 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f76a94001e94f184e97e727e8496af84 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3341da1a31e6f348bc8b36c51b5d0b9 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0485741915784d644a7bcce6a117f783 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 927ba8b9f302bcb4aa6aabdd6033401d 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RazerGreen_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RazerGreen_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a51de9979753fcb43bff564521258a1b 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_ChromaLink.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_ChromaLink.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_ChromaLink.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ca8af4cfd233f664d977a9ae66e5a2b6 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Headset.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_Headset.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Headset.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bbb44d3a13bca9499e130338f3cfae9 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Keyboard.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_Keyboard.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Keyboard.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24675b06700bce54faf0985d050d603b 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Keypad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_Keypad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Keypad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 65881ce539a47e344b2e87d684700a0b 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Mouse.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_Mouse.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Mouse.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3ef5ab1b861ed024fb9e83ee98482f3c 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Mousepad.chroma: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/StreamingAssets/RingGray_Mousepad.chroma -------------------------------------------------------------------------------- /Assets/StreamingAssets/RingGray_Mousepad.chroma.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 62cd41950670cd54ba9dc94bb4693fcc 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5dc99719e8a2664e97a3603a94a9647 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f7021d2a4559c147906a501e871aee4 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor/ChromaCaptureWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c40d1fbda3b8d8b4696f8b5bd4e9b3e8 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor/ChromaMaterialWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa02e9749fb2f964a8ae4399ef37ec51 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor/ChromaPositionsOverTimeLerpEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: afb45d786f5d93b45b8ee562da421e9f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor/TextureScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5864dab9917397242b87378ce442aeb6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Editor/UnityNativeChromaSDKMenu.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f79184c6736044c4cb2bee131d958525 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5909baa38927fe40888850d137abda4 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c2a5cd8a7b4bda446b8d84b8e7a64a83 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/UnlitMaterial.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: UnlitMaterial 10 | m_Shader: {fileID: 10752, guid: 0000000000000000f000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: f28452ea1fc75e44cbfb80f611f2df2f, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/UnlitMaterial.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d2697502a6636f94b98613f3b5a40b5a 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/UnlitWhite.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: UnlitWhite 10 | m_Shader: {fileID: 10752, guid: 0000000000000000f000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: d794e1a165ee1fe478b5e727d7fd1d3b, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/UnlitWhite.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f75b094e87b2704aa87edba921e1efc 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/black.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: black 10 | m_Shader: {fileID: 30, guid: 0000000000000000e000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: 5367a8cda015e5443a493c0443930719, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/black.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8de56395770d4641bb34facdeb66a58 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/capture_test.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: capture_test 10 | m_Shader: {fileID: 10752, guid: 0000000000000000f000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: d1eb8109327361d4fb12a3c8faa6beb5, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: {} 23 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/capture_test.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93331d63cc013434894e3e17b6269b11 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/white.mat: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!21 &2100000 4 | Material: 5 | serializedVersion: 3 6 | m_ObjectHideFlags: 0 7 | m_PrefabParentObject: {fileID: 0} 8 | m_PrefabInternal: {fileID: 0} 9 | m_Name: white 10 | m_Shader: {fileID: 30, guid: 0000000000000000e000000000000000, type: 0} 11 | m_SavedProperties: 12 | serializedVersion: 2 13 | m_TexEnvs: 14 | data: 15 | first: 16 | name: _MainTex 17 | second: 18 | m_Texture: {fileID: 2800000, guid: d794e1a165ee1fe478b5e727d7fd1d3b, type: 1} 19 | m_Scale: {x: 1, y: 1} 20 | m_Offset: {x: 0, y: 0} 21 | m_Floats: {} 22 | m_Colors: 23 | data: 24 | first: 25 | name: _Color 26 | second: {r: 1, g: 1, b: 1, a: 1} 27 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Materials/white.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 80bd869ca7468e744aa21c3890b1d221 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0cedbae1711bfdd4f9b42b11dcb08af6 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems/BloodParticleSystem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c5e70d6f1dc6b4082abea0b677e759 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems/CloudsParticleSystem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 723378d747d33e840bdd87973f9a7c13 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems/ParticleSystemCreamSoda.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dface8bdf6315d9418720fa0f916b511 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems/ParticleSystemDescendingFog.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f258551cca1f0240a93a263eae03627 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/ParticleSystems/TornadoParticleSystem.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93198f3fba53b8c4eb1b3b96d94fe52a 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Prefabs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 657238ca573820b488f786cfb4c7f99d 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Prefabs/ChromaCompositeAnimation.prefab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc3d1fbe849ec144fbad89110f079976 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce85d061c1e0b8242b0cc8423637c9ff 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene01.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5644b5d89b960244683806a886ac744e 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene02.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 304e333aad00e7a4889f25fd2fbe66a2 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene03_ParticleSystem.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4e0b7402ecc2cfe459b8a3c903ce53b4 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene04_Composite.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f475ee7b8a0657c41915fc20ed465871 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene05_Plane.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c167d62b7e4e8d4db59f432da6ed59c 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene06_PlayAndDeactivate.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b423cf5f98cfb9f41a63d4cfaa006df4 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene07_PlayOnDestroy.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 518ef19c1791fd145827095edda57902 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene08_Hotkeys.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c2685f2092731b4e9f2850372deb0ca 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene09_Loop.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b31b6f615c7110a4f8fe27ac41c3ee40 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene10_Layers.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e081d1d41f4f52e4cb1f47510fac4052 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene11_Trails.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be2dffe0b024b784f8aabcc5d52a14d2 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene12_Clouds.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 778f2a21125761e4baab22b7db80189f 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene13_Text.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 924ea2f114096874cba31da341341683 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene14_PlaneMaterialOffset.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5b4db4b5ae284d24f82181cc8944da7c 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene15_PlanePositions.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f15570430958e6343b008747c859af11 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene16_PlaneRotating.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b4812031d0c64846897a6269b64df30 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scenes/Scene17_Caustics.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b9172b2e37ee23943bd6d3698ef8a9fd 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28d626f8a78286249b2f9e06fa051000 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts/UnityNativeChromaSDKExample01.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6f8c0b99b01b6a14caab6301cd2e27d4 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts/UnityNativeChromaSDKExample02.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 403f13ed90d2d4a499d686a0f52df909 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts/UnityNativeChromaSDKExample08.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 00cad041db4f724438d673c91c55515c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts/UnityNativeChromaSDKExample09.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b7463e0103219f4a962f6d4c2f3633f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Scripts/UnityNativeChromaSDKExample10.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 21843304b56d398478e8f472203b1227 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b24614994300b3949a3c74fc4130fbce 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/black.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/black.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/black.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5367a8cda015e5443a493c0443930719 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/capture_test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/capture_test.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/checkers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/checkers.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/chromalink_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/chromalink_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/chromalink_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/chromalink_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/headset_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/headset_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/headset_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/headset_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/keyboard_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/keyboard_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/keyboard_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/keyboard_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/keypad_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/keypad_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/keypad_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/keypad_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/mouse_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/mouse_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/mouse_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/mouse_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/mousepad_image.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/mousepad_image.gif -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/mousepad_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/mousepad_image.jpg -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/ring_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/ring_gradient.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/ring_gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/ring_gray.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/white.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Examples/Textures/x.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Examples/Textures/x.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2f3f430417a5c924d9c8efa6228a4461 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 0 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -1 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: -1 26 | aniso: -1 27 | mipBias: -1 28 | wrapMode: -1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: -1 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ff877cc51140434682888c6b34415d5 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaCameraColorOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 754fef7180620514f80bbc8dcaae9c5c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaMaterialColorOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52eb30642b5f66443975c938ee8b8737 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaMaterialColorOverTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3aafb0c25f88ad34a98e09a145e3315a 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaMaterialOffsetOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 217bac72458a141448f82a16a66dde48 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaMaterialTintTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7782c57c0a3a5a42b873221d01cbb4b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaMaterialsOffsetOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04a60d6779205ea4f985babb71d6b71e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaPositionsOverTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7eff1b8bca49f7a4fa011514d7df03b2 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaRotateOverTime.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | #if UNITY_EDITOR 5 | [ExecuteInEditMode] 6 | #endif 7 | public class ChromaRotateOverTime : MonoBehaviour 8 | { 9 | public Vector3 _mRotation = Vector3.zero; 10 | public float _mSpeed = 1f; 11 | private DateTime _mTimer = DateTime.Now; 12 | 13 | private void OnEnable() 14 | { 15 | _mTimer = DateTime.Now; 16 | } 17 | 18 | private void Update() 19 | { 20 | float elapsed = (float)(DateTime.Now - _mTimer).TotalSeconds; 21 | _mTimer = DateTime.Now; 22 | transform.Rotate(_mRotation * _mSpeed * elapsed); 23 | } 24 | } 25 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaRotateOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81981b7ac18e91244ae6e2ab25c372e6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaRotateOverTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9a7af8ce62866d4ca0222a216ede0f5 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaScaleOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eca7e161a5c5e094d9ccc31829fc7e11 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaScaleOverTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4a662a2a684c6cf459c753cb15226cea 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetCameraColor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | #if UNITY_EDITOR 5 | [ExecuteInEditMode] 6 | #endif 7 | public class ChromaSetCameraColor : MonoBehaviour 8 | { 9 | public Color _mColor = Color.black; 10 | 11 | private void Update() 12 | { 13 | Camera camera = GetComponent(); 14 | if (camera) 15 | { 16 | camera.backgroundColor = _mColor; 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetCameraColor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: efde3fdab363eca4e95cd29544dc5a6d 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetPosition.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | #if UNITY_EDITOR 5 | [ExecuteInEditMode] 6 | #endif 7 | public class ChromaSetPosition : MonoBehaviour 8 | { 9 | public Vector3 _mPosition = Vector3.zero; 10 | 11 | private void OnEnable() 12 | { 13 | transform.localPosition = _mPosition; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetPosition.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 09c5e6103663a134ba57013b645d607f 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetScale.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | #if UNITY_EDITOR 5 | [ExecuteInEditMode] 6 | #endif 7 | public class ChromaSetScale : MonoBehaviour 8 | { 9 | public Vector3 _mScale = Vector3.one; 10 | 11 | private void Update() 12 | { 13 | transform.localScale = _mScale; 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaSetScale.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cf2796c40e08674ea9c167ee32e9b4b 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaTranslateOverTime.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | 4 | #if UNITY_EDITOR 5 | [ExecuteInEditMode] 6 | #endif 7 | public class ChromaTranslateOverTime : MonoBehaviour 8 | { 9 | public Vector3 _mDirection = Vector3.zero; 10 | public float _mSpeed = 1f; 11 | private DateTime _mTimer = DateTime.Now; 12 | 13 | private void OnEnable() 14 | { 15 | _mTimer = DateTime.Now; 16 | } 17 | 18 | private void Update() 19 | { 20 | float elapsed = (float)(DateTime.Now - _mTimer).TotalSeconds; 21 | _mTimer = DateTime.Now; 22 | Vector3 pos = transform.position; 23 | pos += _mDirection * (elapsed * _mSpeed); 24 | transform.position = pos; 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaTranslateOverTime.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed1ddc6c850c7724d8aa724f99555c6e 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/ChromaTranslateOverTimeLerp.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 077c478fe9d8ac7469cb54ba3a036096 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/UnityNativeChromaSDK.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 10d6a70b580281c45872da3235377395 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/UnityNativeChromaSDKPlayAndDeactivate.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 25e2a619375e33a4fa1ff81567c97c46 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/UnityNativeChromaSDKPlayOnDestroy.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 047c6bbd01f077e409cff786c520e8c6 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/UnityNativeChromaSDKPlayOnEnable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8656669802b72a84983a62be53618b9c 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Scripts/Vector3Ext.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6205cfbffd215a4783dcf94f03985fd 3 | MonoImporter: 4 | serializedVersion: 2 5 | defaultReferences: [] 6 | executionOrder: 0 7 | icon: {instanceID: 0} 8 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 71002cf8b01d1b74d91ebbc8cd7ec575 3 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures/ChromaLinkLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Textures/ChromaLinkLayout.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures/KeyboardLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Textures/KeyboardLayout.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures/KeyboardLayout.png.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9419be263deb3f34f83f668507d5abaa 3 | TextureImporter: 4 | serializedVersion: 2 5 | mipmaps: 6 | mipMapMode: 0 7 | enableMipMap: 1 8 | linearTexture: 0 9 | correctGamma: 0 10 | fadeOut: 0 11 | borderMipMap: 0 12 | mipMapFadeDistanceStart: 1 13 | mipMapFadeDistanceEnd: 3 14 | bumpmap: 15 | convertToNormalMap: 0 16 | externalNormalMap: 0 17 | heightScale: .25 18 | normalMapFilter: 0 19 | isReadable: 1 20 | grayScaleToAlpha: 0 21 | generateCubemap: 0 22 | textureFormat: -3 23 | maxTextureSize: 1024 24 | textureSettings: 25 | filterMode: 0 26 | aniso: 1 27 | mipBias: -1 28 | wrapMode: 1 29 | nPOTScale: 1 30 | lightmap: 0 31 | compressionQuality: 50 32 | textureType: 0 33 | buildTargetSettings: [] 34 | -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures/MouseLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Textures/MouseLayout.png -------------------------------------------------------------------------------- /Assets/UnityNativeChromaSDK/Textures/MousepadLayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/Assets/UnityNativeChromaSDK/Textures/MousepadLayout.png -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /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/UnityNativeChromaSDK/Examples/Scenes/Scene01.unity 10 | - enabled: 1 11 | path: Assets/UnityNativeChromaSDK/Examples/Scenes/Scene02.unity 12 | -------------------------------------------------------------------------------- /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: 1 7 | m_ExternalVersionControlSupport: 1 8 | m_SerializationMode: 2 9 | m_WebSecurityEmulationEnabled: 0 10 | m_WebSecurityEmulationHostUrl: http://www.mydomain.com/mygame.unity3d 11 | -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshLayers.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/NavMeshLayers.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /images/image_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_1.png -------------------------------------------------------------------------------- /images/image_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_2.png -------------------------------------------------------------------------------- /images/image_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_3.png -------------------------------------------------------------------------------- /images/image_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_4.png -------------------------------------------------------------------------------- /images/image_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_5.png -------------------------------------------------------------------------------- /images/image_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_6.png -------------------------------------------------------------------------------- /images/image_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/razerofficial/UnityNativeChromaSDK/a3056ce35794501f261e547f2f4b37235dc07f4e/images/image_7.png --------------------------------------------------------------------------------