├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── README_JA.md ├── samples └── ReactiveInputSystem.Samples │ ├── .gitignore │ ├── Assets │ ├── NuGet.config │ ├── NuGet.config.meta │ ├── Packages.meta │ ├── Packages │ │ ├── Microsoft.Bcl.AsyncInterfaces.6.0.0.meta │ │ ├── Microsoft.Bcl.AsyncInterfaces.6.0.0 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.1.meta │ │ │ │ └── netstandard2.1 │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll.meta │ │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.xml │ │ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml.meta │ │ │ ├── useSharedDesignerContext.txt │ │ │ └── useSharedDesignerContext.txt.meta │ │ ├── Microsoft.Bcl.TimeProvider.8.0.0.meta │ │ ├── Microsoft.Bcl.TimeProvider.8.0.0 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── Microsoft.Bcl.TimeProvider.nuspec │ │ │ ├── Microsoft.Bcl.TimeProvider.nuspec.meta │ │ │ ├── PACKAGE.md │ │ │ ├── PACKAGE.md.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── buildTransitive │ │ │ │ ├── net461.meta │ │ │ │ ├── net461 │ │ │ │ │ ├── Microsoft.Bcl.TimeProvider.targets │ │ │ │ │ └── Microsoft.Bcl.TimeProvider.targets.meta │ │ │ │ ├── net462.meta │ │ │ │ ├── net462 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── net6.0.meta │ │ │ │ ├── net6.0 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ └── netcoreapp2.0 │ │ │ │ │ ├── Microsoft.Bcl.TimeProvider.targets │ │ │ │ │ └── Microsoft.Bcl.TimeProvider.targets.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.0.meta │ │ │ │ └── netstandard2.0 │ │ │ │ │ ├── Microsoft.Bcl.TimeProvider.dll │ │ │ │ │ ├── Microsoft.Bcl.TimeProvider.dll.meta │ │ │ │ │ ├── Microsoft.Bcl.TimeProvider.xml │ │ │ │ │ └── Microsoft.Bcl.TimeProvider.xml.meta │ │ │ ├── useSharedDesignerContext.txt │ │ │ └── useSharedDesignerContext.txt.meta │ │ ├── R3.0.1.10.meta │ │ ├── R3.0.1.10 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── R3.nuspec │ │ │ ├── R3.nuspec.meta │ │ │ ├── lib.meta │ │ │ └── lib │ │ │ │ ├── netstandard2.1.meta │ │ │ │ └── netstandard2.1 │ │ │ │ ├── R3.dll │ │ │ │ ├── R3.dll.meta │ │ │ │ ├── R3.xml │ │ │ │ └── R3.xml.meta │ │ ├── System.ComponentModel.Annotations.5.0.0.meta │ │ ├── System.ComponentModel.Annotations.5.0.0 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── System.ComponentModel.Annotations.nuspec │ │ │ ├── System.ComponentModel.Annotations.nuspec.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.1.meta │ │ │ │ └── netstandard2.1 │ │ │ │ │ ├── System.ComponentModel.Annotations.dll │ │ │ │ │ ├── System.ComponentModel.Annotations.dll.meta │ │ │ │ │ ├── System.ComponentModel.Annotations.xml │ │ │ │ │ └── System.ComponentModel.Annotations.xml.meta │ │ │ ├── useSharedDesignerContext.txt │ │ │ ├── useSharedDesignerContext.txt.meta │ │ │ ├── version.txt │ │ │ └── version.txt.meta │ │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0.meta │ │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── System.Runtime.CompilerServices.Unsafe.nuspec │ │ │ ├── System.Runtime.CompilerServices.Unsafe.nuspec.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── buildTransitive │ │ │ │ ├── netcoreapp2.0.meta │ │ │ │ ├── netcoreapp2.0 │ │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.targets │ │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.targets.meta │ │ │ │ ├── netcoreapp3.1.meta │ │ │ │ └── netcoreapp3.1 │ │ │ │ │ ├── _._ │ │ │ │ │ └── _._.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ │ ├── netstandard2.0.meta │ │ │ │ └── netstandard2.0 │ │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll.meta │ │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.xml │ │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml.meta │ │ │ ├── useSharedDesignerContext.txt │ │ │ └── useSharedDesignerContext.txt.meta │ │ ├── System.Threading.Channels.8.0.0.meta │ │ └── System.Threading.Channels.8.0.0 │ │ │ ├── .signature.p7s │ │ │ ├── Icon.png │ │ │ ├── Icon.png.meta │ │ │ ├── LICENSE.TXT │ │ │ ├── LICENSE.TXT.meta │ │ │ ├── PACKAGE.md │ │ │ ├── PACKAGE.md.meta │ │ │ ├── System.Threading.Channels.nuspec │ │ │ ├── System.Threading.Channels.nuspec.meta │ │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ │ ├── buildTransitive.meta │ │ │ ├── buildTransitive │ │ │ ├── net461.meta │ │ │ ├── net461 │ │ │ │ ├── System.Threading.Channels.targets │ │ │ │ └── System.Threading.Channels.targets.meta │ │ │ ├── net462.meta │ │ │ ├── net462 │ │ │ │ ├── _._ │ │ │ │ └── _._.meta │ │ │ ├── net6.0.meta │ │ │ ├── net6.0 │ │ │ │ ├── _._ │ │ │ │ └── _._.meta │ │ │ ├── netcoreapp2.0.meta │ │ │ └── netcoreapp2.0 │ │ │ │ ├── System.Threading.Channels.targets │ │ │ │ └── System.Threading.Channels.targets.meta │ │ │ ├── lib.meta │ │ │ ├── lib │ │ │ ├── netstandard2.1.meta │ │ │ └── netstandard2.1 │ │ │ │ ├── System.Threading.Channels.dll │ │ │ │ ├── System.Threading.Channels.dll.meta │ │ │ │ ├── System.Threading.Channels.xml │ │ │ │ └── System.Threading.Channels.xml.meta │ │ │ ├── useSharedDesignerContext.txt │ │ │ └── useSharedDesignerContext.txt.meta │ ├── Samples.meta │ ├── Samples │ │ ├── InputAction.meta │ │ ├── InputAction │ │ │ ├── InputActionSample.cs │ │ │ ├── InputActionSample.cs.meta │ │ │ ├── InputActionSample.unity │ │ │ └── InputActionSample.unity.meta │ │ ├── Keyboard.meta │ │ ├── Keyboard │ │ │ ├── KeyboardSample.cs │ │ │ ├── KeyboardSample.cs.meta │ │ │ ├── KeyboardSample.unity │ │ │ └── KeyboardSample.unity.meta │ │ ├── Rebinding.meta │ │ ├── Rebinding │ │ │ ├── RebindingSample.cs │ │ │ ├── RebindingSample.cs.meta │ │ │ ├── RebindingSample.unity │ │ │ └── RebindingSample.unity.meta │ │ ├── Touch.meta │ │ └── Touch │ │ │ ├── TouchSample.cs │ │ │ ├── TouchSample.cs.meta │ │ │ ├── TouchSample.unity │ │ │ └── TouchSample.unity.meta │ ├── Settings.meta │ ├── Settings │ │ ├── SampleSceneProfile.asset │ │ ├── SampleSceneProfile.asset.meta │ │ ├── URP-Balanced-Renderer.asset │ │ ├── URP-Balanced-Renderer.asset.meta │ │ ├── URP-Balanced.asset │ │ ├── URP-Balanced.asset.meta │ │ ├── URP-HighFidelity-Renderer.asset │ │ ├── URP-HighFidelity-Renderer.asset.meta │ │ ├── URP-HighFidelity.asset │ │ ├── URP-HighFidelity.asset.meta │ │ ├── URP-Performant-Renderer.asset │ │ ├── URP-Performant-Renderer.asset.meta │ │ ├── URP-Performant.asset │ │ └── URP-Performant.asset.meta │ ├── TextMesh Pro.meta │ ├── TextMesh Pro │ │ ├── Documentation.meta │ │ ├── Documentation │ │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LiberationSans - OFL.txt │ │ │ ├── LiberationSans - OFL.txt.meta │ │ │ ├── LiberationSans.ttf │ │ │ └── LiberationSans.ttf.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Fonts & Materials.meta │ │ │ ├── Fonts & Materials │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ │ ├── LiberationSans SDF.asset │ │ │ │ └── LiberationSans SDF.asset.meta │ │ │ ├── LineBreaking Following Characters.txt │ │ │ ├── LineBreaking Following Characters.txt.meta │ │ │ ├── LineBreaking Leading Characters.txt │ │ │ ├── LineBreaking Leading Characters.txt.meta │ │ │ ├── Sprite Assets.meta │ │ │ ├── Sprite Assets │ │ │ │ ├── EmojiOne.asset │ │ │ │ └── EmojiOne.asset.meta │ │ │ ├── Style Sheets.meta │ │ │ ├── Style Sheets │ │ │ │ ├── Default Style Sheet.asset │ │ │ │ └── Default Style Sheet.asset.meta │ │ │ ├── TMP Settings.asset │ │ │ └── TMP Settings.asset.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF SSD.shader │ │ │ ├── TMP_SDF SSD.shader.meta │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile SSD.shader │ │ │ ├── TMP_SDF-Mobile SSD.shader.meta │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface.shader │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ ├── TMP_SDF.shader │ │ │ ├── TMP_SDF.shader.meta │ │ │ ├── TMP_Sprite.shader │ │ │ ├── TMP_Sprite.shader.meta │ │ │ ├── TMPro.cginc │ │ │ ├── TMPro.cginc.meta │ │ │ ├── TMPro_Mobile.cginc │ │ │ ├── TMPro_Mobile.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── EmojiOne Attribution.txt │ │ │ ├── EmojiOne Attribution.txt.meta │ │ │ ├── EmojiOne.json │ │ │ ├── EmojiOne.json.meta │ │ │ ├── EmojiOne.png │ │ │ └── EmojiOne.png.meta │ ├── UniversalRenderPipelineGlobalSettings.asset │ ├── UniversalRenderPipelineGlobalSettings.asset.meta │ ├── packages.config │ └── packages.config.meta │ ├── Packages │ ├── manifest.json │ └── packages-lock.json │ └── ProjectSettings │ ├── AudioManager.asset │ ├── BurstAotSettings_StandaloneWindows.json │ ├── ClusterInputManager.asset │ ├── CommonBurstAotSettings.json │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── SceneTemplateSettings.json │ ├── ShaderGraphSettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── URPProjectSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ └── XRSettings.asset └── src └── ReactiveInputSystem ├── .gitignore ├── Assets ├── NuGet.config ├── NuGet.config.meta ├── Packages.meta ├── Packages │ ├── Microsoft.Bcl.AsyncInterfaces.6.0.0.meta │ ├── Microsoft.Bcl.AsyncInterfaces.6.0.0 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── LICENSE.TXT │ │ ├── LICENSE.TXT.meta │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec │ │ ├── Microsoft.Bcl.AsyncInterfaces.nuspec.meta │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ ├── lib.meta │ │ ├── lib │ │ │ ├── netstandard2.1.meta │ │ │ └── netstandard2.1 │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.dll.meta │ │ │ │ ├── Microsoft.Bcl.AsyncInterfaces.xml │ │ │ │ └── Microsoft.Bcl.AsyncInterfaces.xml.meta │ │ ├── useSharedDesignerContext.txt │ │ └── useSharedDesignerContext.txt.meta │ ├── Microsoft.Bcl.TimeProvider.8.0.0.meta │ ├── Microsoft.Bcl.TimeProvider.8.0.0 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── LICENSE.TXT │ │ ├── LICENSE.TXT.meta │ │ ├── Microsoft.Bcl.TimeProvider.nuspec │ │ ├── Microsoft.Bcl.TimeProvider.nuspec.meta │ │ ├── PACKAGE.md │ │ ├── PACKAGE.md.meta │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ ├── buildTransitive.meta │ │ ├── buildTransitive │ │ │ ├── net461.meta │ │ │ ├── net461 │ │ │ │ ├── Microsoft.Bcl.TimeProvider.targets │ │ │ │ └── Microsoft.Bcl.TimeProvider.targets.meta │ │ │ ├── net462.meta │ │ │ ├── net462 │ │ │ │ ├── _._ │ │ │ │ └── _._.meta │ │ │ ├── net6.0.meta │ │ │ ├── net6.0 │ │ │ │ ├── _._ │ │ │ │ └── _._.meta │ │ │ ├── netcoreapp2.0.meta │ │ │ └── netcoreapp2.0 │ │ │ │ ├── Microsoft.Bcl.TimeProvider.targets │ │ │ │ └── Microsoft.Bcl.TimeProvider.targets.meta │ │ ├── lib.meta │ │ ├── lib │ │ │ ├── netstandard2.0.meta │ │ │ └── netstandard2.0 │ │ │ │ ├── Microsoft.Bcl.TimeProvider.dll │ │ │ │ ├── Microsoft.Bcl.TimeProvider.dll.meta │ │ │ │ ├── Microsoft.Bcl.TimeProvider.xml │ │ │ │ └── Microsoft.Bcl.TimeProvider.xml.meta │ │ ├── useSharedDesignerContext.txt │ │ └── useSharedDesignerContext.txt.meta │ ├── R3.0.1.10.meta │ ├── R3.0.1.10 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── R3.nuspec │ │ ├── R3.nuspec.meta │ │ ├── lib.meta │ │ └── lib │ │ │ ├── netstandard2.1.meta │ │ │ └── netstandard2.1 │ │ │ ├── R3.dll │ │ │ ├── R3.dll.meta │ │ │ ├── R3.xml │ │ │ └── R3.xml.meta │ ├── System.ComponentModel.Annotations.5.0.0.meta │ ├── System.ComponentModel.Annotations.5.0.0 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── LICENSE.TXT │ │ ├── LICENSE.TXT.meta │ │ ├── System.ComponentModel.Annotations.nuspec │ │ ├── System.ComponentModel.Annotations.nuspec.meta │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ ├── lib.meta │ │ ├── lib │ │ │ ├── netstandard2.1.meta │ │ │ └── netstandard2.1 │ │ │ │ ├── System.ComponentModel.Annotations.dll │ │ │ │ ├── System.ComponentModel.Annotations.dll.meta │ │ │ │ ├── System.ComponentModel.Annotations.xml │ │ │ │ └── System.ComponentModel.Annotations.xml.meta │ │ ├── useSharedDesignerContext.txt │ │ ├── useSharedDesignerContext.txt.meta │ │ ├── version.txt │ │ └── version.txt.meta │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0.meta │ ├── System.Runtime.CompilerServices.Unsafe.6.0.0 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── LICENSE.TXT │ │ ├── LICENSE.TXT.meta │ │ ├── System.Runtime.CompilerServices.Unsafe.nuspec │ │ ├── System.Runtime.CompilerServices.Unsafe.nuspec.meta │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ ├── buildTransitive.meta │ │ ├── buildTransitive │ │ │ ├── netcoreapp2.0.meta │ │ │ ├── netcoreapp2.0 │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.targets │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.targets.meta │ │ │ ├── netcoreapp3.1.meta │ │ │ └── netcoreapp3.1 │ │ │ │ ├── _._ │ │ │ │ └── _._.meta │ │ ├── lib.meta │ │ ├── lib │ │ │ ├── netstandard2.0.meta │ │ │ └── netstandard2.0 │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll.meta │ │ │ │ ├── System.Runtime.CompilerServices.Unsafe.xml │ │ │ │ └── System.Runtime.CompilerServices.Unsafe.xml.meta │ │ ├── useSharedDesignerContext.txt │ │ └── useSharedDesignerContext.txt.meta │ ├── System.Threading.Channels.8.0.0.meta │ └── System.Threading.Channels.8.0.0 │ │ ├── .signature.p7s │ │ ├── Icon.png │ │ ├── Icon.png.meta │ │ ├── LICENSE.TXT │ │ ├── LICENSE.TXT.meta │ │ ├── PACKAGE.md │ │ ├── PACKAGE.md.meta │ │ ├── System.Threading.Channels.nuspec │ │ ├── System.Threading.Channels.nuspec.meta │ │ ├── THIRD-PARTY-NOTICES.TXT │ │ ├── THIRD-PARTY-NOTICES.TXT.meta │ │ ├── buildTransitive.meta │ │ ├── buildTransitive │ │ ├── net461.meta │ │ ├── net461 │ │ │ ├── System.Threading.Channels.targets │ │ │ └── System.Threading.Channels.targets.meta │ │ ├── net462.meta │ │ ├── net462 │ │ │ ├── _._ │ │ │ └── _._.meta │ │ ├── net6.0.meta │ │ ├── net6.0 │ │ │ ├── _._ │ │ │ └── _._.meta │ │ ├── netcoreapp2.0.meta │ │ └── netcoreapp2.0 │ │ │ ├── System.Threading.Channels.targets │ │ │ └── System.Threading.Channels.targets.meta │ │ ├── lib.meta │ │ ├── lib │ │ ├── netstandard2.1.meta │ │ └── netstandard2.1 │ │ │ ├── System.Threading.Channels.dll │ │ │ ├── System.Threading.Channels.dll.meta │ │ │ ├── System.Threading.Channels.xml │ │ │ └── System.Threading.Channels.xml.meta │ │ ├── useSharedDesignerContext.txt │ │ └── useSharedDesignerContext.txt.meta ├── ReactiveInputSystem.meta ├── ReactiveInputSystem │ ├── Runtime.meta │ ├── Runtime │ │ ├── Error.cs │ │ ├── Error.cs.meta │ │ ├── InputActionExtensions.cs │ │ ├── InputActionExtensions.cs.meta │ │ ├── InputActionMapExtensions.cs │ │ ├── InputActionMapExtensions.cs.meta │ │ ├── InputControlPathEx.cs │ │ ├── InputControlPathEx.cs.meta │ │ ├── InputRx.Events.cs │ │ ├── InputRx.Events.cs.meta │ │ ├── InputRx.Gamepad.cs │ │ ├── InputRx.Gamepad.cs.meta │ │ ├── InputRx.Joystick.cs │ │ ├── InputRx.Joystick.cs.meta │ │ ├── InputRx.Keyboard.cs │ │ ├── InputRx.Keyboard.cs.meta │ │ ├── InputRx.Mouse.cs │ │ ├── InputRx.Mouse.cs.meta │ │ ├── InputRx.Pointer.cs │ │ ├── InputRx.Pointer.cs.meta │ │ ├── InputRx.Touch.cs │ │ ├── InputRx.Touch.cs.meta │ │ ├── InputRx.User.cs │ │ ├── InputRx.User.cs.meta │ │ ├── InputSystemFrameProvider.cs │ │ ├── InputSystemFrameProvider.cs.meta │ │ ├── Internal.meta │ │ ├── Internal │ │ │ ├── AnyGamepadButtonObservable.cs │ │ │ ├── AnyGamepadButtonObservable.cs.meta │ │ │ ├── AnyKeyObservable.cs │ │ │ ├── AnyKeyObservable.cs.meta │ │ │ ├── AnyMouseButtonObservable.cs │ │ │ ├── AnyMouseButtonObservable.cs.meta │ │ │ ├── CancellableFrameRunnerWorkItemBase.cs │ │ │ ├── CancellableFrameRunnerWorkItemBase.cs.meta │ │ │ ├── InputControlHelper.cs │ │ │ └── InputControlHelper.cs.meta │ │ ├── PlayerInputExtensions.cs │ │ ├── PlayerInputExtensions.cs.meta │ │ ├── PlayerInputManagerExtensions.cs │ │ ├── PlayerInputManagerExtensions.cs.meta │ │ ├── ReactiveInputSystem.asmdef │ │ ├── ReactiveInputSystem.asmdef.meta │ │ ├── ReactiveInputSystemInitializer.cs │ │ └── ReactiveInputSystemInitializer.cs.meta │ ├── package.json │ └── package.json.meta ├── packages.config └── packages.config.meta ├── Packages ├── manifest.json └── packages-lock.json └── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Packages └── com.unity.testtools.codecoverage │ └── Settings.json ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── TagManager.asset ├── TimeManager.asset ├── TimelineSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── XRSettings.asset /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/README.md -------------------------------------------------------------------------------- /README_JA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/README_JA.md -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/.gitignore -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/NuGet.config -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/NuGet.config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/NuGet.config.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/R3.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/R3.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/R3.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/R3.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt: -------------------------------------------------------------------------------- 1 | cf258a14b70ad9069470a108f13765e0e5988f51 2 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.cs -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.cs.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.unity -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.unity.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.unity -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.unity.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.cs -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.cs.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.unity -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.unity.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Touch.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.unity -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.unity.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/SampleSceneProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/SampleSceneProfile.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/SampleSceneProfile.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced-Renderer.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced-Renderer.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity-Renderer.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity-Renderer.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant-Renderer.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant-Renderer.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/packages.config -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/packages.config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Assets/packages.config.meta -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Packages/manifest.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/Packages/packages-lock.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/BurstAotSettings_StandaloneWindows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/BurstAotSettings_StandaloneWindows.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/CommonBurstAotSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/CommonBurstAotSettings.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/samples/ReactiveInputSystem.Samples/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/.gitignore -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/NuGet.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/NuGet.config -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/NuGet.config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/NuGet.config.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/R3.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/R3.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/R3.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/R3.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt: -------------------------------------------------------------------------------- 1 | cf258a14b70ad9069470a108f13765e0e5988f51 2 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/version.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputControlPathEx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputControlPathEx.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputControlPathEx.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputControlPathEx.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Events.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Events.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Events.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Events.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Gamepad.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Gamepad.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Gamepad.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Gamepad.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Joystick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Joystick.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Joystick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Joystick.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Keyboard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Keyboard.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Keyboard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Keyboard.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Mouse.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Mouse.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Mouse.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Mouse.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Pointer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Pointer.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Pointer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Pointer.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Touch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Touch.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Touch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Touch.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputSystemFrameProvider.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputSystemFrameProvider.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputSystemFrameProvider.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputSystemFrameProvider.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyGamepadButtonObservable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyGamepadButtonObservable.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyGamepadButtonObservable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyGamepadButtonObservable.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyKeyObservable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyKeyObservable.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyKeyObservable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyKeyObservable.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyMouseButtonObservable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyMouseButtonObservable.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyMouseButtonObservable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyMouseButtonObservable.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/CancellableFrameRunnerWorkItemBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/CancellableFrameRunnerWorkItemBase.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/CancellableFrameRunnerWorkItemBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/CancellableFrameRunnerWorkItemBase.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputExtensions.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputExtensions.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/packages.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/packages.config -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/packages.config.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Assets/packages.config.meta -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Packages/manifest.json -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/Packages/packages-lock.json -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/HEAD/src/ReactiveInputSystem/ProjectSettings/XRSettings.asset --------------------------------------------------------------------------------