├── .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: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # DS_Store 2 | *.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 AnnulusGames 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/.gitignore: -------------------------------------------------------------------------------- 1 | # This .gitignore file should be placed at the root of your Unity project directory 2 | # 3 | # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore 4 | # 5 | /[Ll]ibrary/ 6 | /[Tt]emp/ 7 | /[Oo]bj/ 8 | /[Bb]uild/ 9 | /[Bb]uilds/ 10 | /[Ll]ogs/ 11 | /[Uu]ser[Ss]ettings/ 12 | 13 | # MemoryCaptures can get excessive in size. 14 | # They also could contain extremely sensitive data 15 | /[Mm]emoryCaptures/ 16 | 17 | # Recordings can get excessive in size 18 | /[Rr]ecordings/ 19 | 20 | # Uncomment this line if you wish to ignore the asset store tools plugin 21 | # /[Aa]ssets/AssetStoreTools* 22 | 23 | # Autogenerated Jetbrains Rider plugin 24 | /[Aa]ssets/Plugins/Editor/JetBrains* 25 | 26 | # Visual Studio cache directory 27 | .vs/ 28 | 29 | # Visual Studio Code cache directory 30 | .vscode/ 31 | 32 | # Gradle cache directory 33 | .gradle/ 34 | 35 | # Autogenerated VS/MD/Consulo solution and project files 36 | ExportedObj/ 37 | .consulo/ 38 | *.csproj 39 | *.unityproj 40 | *.sln 41 | *.suo 42 | *.tmp 43 | *.user 44 | *.userprefs 45 | *.pidb 46 | *.booproj 47 | *.svd 48 | *.pdb 49 | *.mdb 50 | *.opendb 51 | *.VC.db 52 | 53 | # Unity3D generated meta files 54 | *.pidb.meta 55 | *.pdb.meta 56 | *.mdb.meta 57 | 58 | # Unity3D generated file on crash reports 59 | sysinfo.txt 60 | 61 | # Builds 62 | *.apk 63 | *.aab 64 | *.unitypackage 65 | *.app 66 | 67 | # Crashlytics generated file 68 | crashlytics-build.properties 69 | 70 | # Packed Addressables 71 | /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* 72 | 73 | # Temporary auto-generated Android Assets 74 | /[Aa]ssets/[Ss]treamingAssets/aa.meta 75 | /[Aa]ssets/[Ss]treamingAssets/aa/* 76 | 77 | # DS_Store 78 | *.DS_Store -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/NuGet.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/NuGet.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9f4362ecb6e9e487db5eeb00e062028a 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 650f5f97a8f4641879bfaaf1e7b8856b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15d98362efa434dd58e1f40d8d25540a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85dcac3a81b45440cada29c6ac0eecf8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f6dc5513c9bd94ad9ba14a724db92a52 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a260a2562d029420395348d99de51af9 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73f72f21cded743b58fd853f22d79daf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ec5877779931c414983e00c7f977be95 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 383de3fe73f3b4d90b1f9536145fe722 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.Bcl.AsyncInterfaces 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a9be55b3291646cb85ca6ace78db345 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 550117129a8e14591aaddd65d08f96e5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48df4811ea526454d98a3c019389f614 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 891a4049b04bd437a87a6a0a1ae29c66 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Microsoft.Bcl.TimeProvider 5 | 8.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides support for system time abstraction primitives for .NET Framework and .NET Standard. 13 | 14 | Commonly Used Types: 15 | System.TimeProvider 16 | System.ITimer 17 | https://go.microsoft.com/fwlink/?LinkID=799421 18 | © Microsoft Corporation. All rights reserved. 19 | true 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51708cf5f25d7447ba36933de5dbee45 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f9d0306488994ab7be243b626ca3f61 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97925cde5e92c484497e367d33b81c76 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 50f7a0997d4564fabbb772b9efa82185 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 97991fd46bc3b4a43b61cebe95eb78fb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc3593f5843874d879fe2818c940e0ee 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1f8b2fd675f0e4a68b9d81dcd9135f39 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._ -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d89471ddbbf7b4631b4d84dd62c2041a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d35fcccaa37e4732a5d79f4af8f02aa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._ -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 26a7e075dd3ac49f78611113db0d377f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2ca6cd57c0b3c445b96a25c1bcd8d415 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe944240886a0483daec7dbf79154b0c 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c799000bd121045c4861e90ae3de168a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4db9c7833fe9745268fa85635471bea7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c807c5114e895440094decbb1b59fca7 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 28427238230434d44af5f1b2152841a1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18ed09971e4bb4175ae1fe7d42ded753 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5890cd8bf48d345debf6c1d66962dcc1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/R3.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 791451387762d4acb9a959ec649f1c41 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2699ec31509b4474cabdbc83456719c7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8bbbc0e880b0042b39fe8edf99b1b28d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6b139093bd3c40a1800fe932cf5fff1 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1083083e563d4d7a9c93fba35a2e3af 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0126b42b436f9430dbb22b8819c57540 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3e658e0da4cf94606b75ca131b8ca1b6 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ae46f89a08aa4bf79d7c5b18a0f74d5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 690e2ee046f9f4a439d350e1d142340a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f619d40a7c2fb40e8aed727555c36736 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4b795dfc01ee433d86af834e936ee29 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 923e04f711a0041cdb171ffc11078e81 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dcdaa9a533a04873acf47a9af28c277 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bf41e1cd2e7744c6e9c8e32fd6f52b64 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2958450bbba2c4d34ab1c5b570979ef4 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8dfef2758249c449f9579341be6d07b1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e7b544d98e4cf4379bd3563ffcfbab63 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | System.Runtime.CompilerServices.Unsafe 5 | 6.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | https://dot.net/ 11 | Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. 12 | 13 | Commonly Used Types: 14 | System.Runtime.CompilerServices.Unsafe 15 | https://go.microsoft.com/fwlink/?LinkID=799421 16 | © Microsoft Corporation. All rights reserved. 17 | true 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e402608acbc9d4e16ac486940cd65dd5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c9118065052f34b328e1e70d0541801b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 31bdb6eab250b49069b168779d2a436d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9241a78c857d047f6a1dba14b68262bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eda512028104f428fbae9ecdd13dd38a 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5f2636bdb7df4e93acb60fcdd03e230 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._ -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54d4c11a5f62347f2ab247254502a368 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1e601788e9be4873b0022d4ff6cccac 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9df54c8b31c8046e2a5e0dfe92acadd2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1ca3e85fe82346b49f8195920ee11f8 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cebea8be01f9647639c27a337ac10434 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1cd82f44f72e645439d9adf8c9591ab4 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11edbc06dcb1f4d28916f95ce656775c 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c5101f20b50d4679a2c5d115e255fc4 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: de3bbbd2236064c048377faf9cb0d519 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | System.Threading.Channels 5 | 8.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides types for passing data between producers and consumers. 13 | 14 | Commonly Used Types: 15 | System.Threading.Channel 16 | System.Threading.Channel<T> 17 | https://go.microsoft.com/fwlink/?LinkID=799421 18 | © Microsoft Corporation. All rights reserved. 19 | true 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1c9bc1a9a805d42a7b1c698cc8f534b5 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1af2badf4606d4e03b46c244c5e48dd2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14135ecaa73534e35b9a3089b8109b7f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 202ced22527724cfa9b93b82e764d3bb 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5cd41d1cb1b35427c98bf4e32f9b70dc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 758336732bf56438dacd705ea3ad090d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._ -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 675363cde61624c3daf4bb9ea38136d1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea375b7452e7544eba0814ba812ab97e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._ -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8b78a4d398b924ac18383cc07fa44548 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9697155a4025b4757b51f12defaa0560 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 56c820e91b11f4717a6468eac9f798ea 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 009348ea2a6084160a07d6727c73e317 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 36c89990020f749c288d6659636af96f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 69e690bd91c9543888a1710cc1842233 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f68b9832970ce408fb8adfbf726020eb 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f43f2a99df0ca4fa18ae793a91c91f6a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fc170baa648e4fb7a9116b312f696ea 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ce2bc191c980241708f1c6643923c972 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b7c3b64f387504900ae2725b601baf8f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/InputAction/InputActionSample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9fc0d4010bbf28b4594072e72b8655ab 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 414c2b10d497943d1923045fb9c4d55e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.InputSystem; 3 | using TMPro; 4 | using R3; 5 | using ReactiveInputSystem; 6 | 7 | public class KeyboardSample : MonoBehaviour 8 | { 9 | [SerializeField] TMP_Text inputText; 10 | 11 | void Start() 12 | { 13 | InputRx.OnKeyDown(Key.Space, destroyCancellationToken) 14 | .Subscribe(_ => 15 | { 16 | Debug.Log("Hello!"); 17 | }); 18 | 19 | InputRx.OnAnyKeyDown(destroyCancellationToken) 20 | .Subscribe(x => 21 | { 22 | inputText.text = "Input: " + x.ToString(); 23 | }); 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68cfdf88562d5474c930918b12bef9fe 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Keyboard/KeyboardSample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0ce1203b533124bcab61e2d9e3857aa1 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 817d449ce562a4358be3b1e2b1f9420a 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7facca730100e4f26bd66823e932ffd3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Rebinding/RebindingSample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11a67c1d18ede47b4a775e985e06d480 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7d233aed3c89843859743ccae4b20215 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.UI; 3 | using R3; 4 | using ReactiveInputSystem; 5 | using TouchPhase = UnityEngine.InputSystem.TouchPhase; 6 | 7 | public class TouchSample : MonoBehaviour 8 | { 9 | [SerializeField] Image[] touchImages; 10 | 11 | void Start() 12 | { 13 | for (int i = 0; i < touchImages.Length; i++) 14 | { 15 | InputRx.OnTouchPhaseChanged(i, destroyCancellationToken) 16 | .Subscribe(touchImages[i], (x, image) => image.enabled = x is TouchPhase.Moved or TouchPhase.Stationary or TouchPhase.Began); 17 | 18 | InputRx.OnTouchPositionChanged(i, destroyCancellationToken) 19 | .Subscribe(touchImages[i], (x, image) => image.rectTransform.position = x); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dc9726aae6cd430c8e48c8c6144e1f7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Samples/Touch/TouchSample.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed1030e131a6f44f0badb1f6f54ca6eb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 709f11a7f3c4041caa4ef136ea32d874 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a6560a915ef98420e9faacc1c7438823 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced-Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e634585d5c4544dd297acaee93dc2beb 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Balanced.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e1260c1148f6143b28bae5ace5e9c5d1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity-Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c40be3174f62c4acf8c1216858c64956 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-HighFidelity.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b7fd9122c28c4d15b667c7040e3b3fd 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant-Renderer.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 707360a9c581a4bd7aa53bfeb1429f71 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/Settings/URP-Performant.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0e2fc18fe036412f8223b3b3d9ad574 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3265ab4bf004d28a9537516768c1c75 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 731f1baa9d144a9897cb1d341c2092b8 3 | folderAsset: yes 4 | timeCreated: 1442040525 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e9f693669af91aa45ad615fc681ed29f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14eb328de4b8eb245bb7cea29e4ac00b 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c8d12adcee749c344b8117cf7c7eb912 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c334973cef89a9840b0b0c507e0377ab 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | externalObjects: {} 5 | defaultTextures: [] 6 | nonModifiableTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/samples/ReactiveInputSystem.Samples/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 2ec995e51a6e251468d2a3fd8a686257, type: 3} 13 | m_Name: UniversalRenderPipelineGlobalSettings 14 | m_EditorClassIdentifier: 15 | k_AssetVersion: 3 16 | m_RenderingLayerNames: 17 | - Light Layer default 18 | - Light Layer 1 19 | - Light Layer 2 20 | - Light Layer 3 21 | - Light Layer 4 22 | - Light Layer 5 23 | - Light Layer 6 24 | - Light Layer 7 25 | m_ValidRenderingLayers: 255 26 | lightLayerName0: Light Layer default 27 | lightLayerName1: Light Layer 1 28 | lightLayerName2: Light Layer 2 29 | lightLayerName3: Light Layer 3 30 | lightLayerName4: Light Layer 4 31 | lightLayerName5: Light Layer 5 32 | lightLayerName6: Light Layer 6 33 | lightLayerName7: Light Layer 7 34 | m_StripDebugVariants: 1 35 | m_StripUnusedPostProcessingVariants: 1 36 | m_StripUnusedVariants: 1 37 | m_StripUnusedLODCrossFadeVariants: 1 38 | m_StripScreenCoordOverrideVariants: 1 39 | supportRuntimeDebugDisplay: 0 40 | m_ShaderVariantLogLevel: 0 41 | m_ExportShaderVariants: 1 42 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 18dc0cd2c080841dea60987a38ce93fa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 11400000 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/Assets/packages.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 616d497cd327749ceb5daed1c1c4f54c 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 0 20 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/BurstAotSettings_StandaloneWindows.json: -------------------------------------------------------------------------------- 1 | { 2 | "MonoBehaviour": { 3 | "Version": 3, 4 | "EnableBurstCompilation": true, 5 | "EnableOptimisations": true, 6 | "EnableSafetyChecks": false, 7 | "EnableDebugInAllBuilds": false, 8 | "UsePlatformSDKLinker": false, 9 | "CpuMinTargetX32": 0, 10 | "CpuMaxTargetX32": 0, 11 | "CpuMinTargetX64": 0, 12 | "CpuMaxTargetX64": 0, 13 | "CpuTargetsX32": 6, 14 | "CpuTargetsX64": 72 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/CommonBurstAotSettings.json: -------------------------------------------------------------------------------- 1 | { 2 | "MonoBehaviour": { 3 | "Version": 3, 4 | "DisabledWarnings": "" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 13 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0.1 18 | m_ClothInterCollisionStiffness: 0.2 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 0 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ClothGravity: {x: 0, y: -9.81, z: 0} 26 | m_ContactPairsMode: 0 27 | m_BroadphaseType: 0 28 | m_WorldBounds: 29 | m_Center: {x: 0, y: 0, z: 0} 30 | m_Extent: {x: 250, y: 250, z: 250} 31 | m_WorldSubdivisions: 8 32 | m_FrictionType: 0 33 | m_EnableEnhancedDeterminism: 0 34 | m_EnableUnifiedHeightmaps: 1 35 | m_SolverType: 0 36 | m_DefaultMaxAngularSpeed: 50 37 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Scenes/SampleScene.unity 10 | guid: 99c9720ab356a0642a771bea13969a05 11 | m_configObjects: {} 12 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 12 7 | m_SerializationMode: 2 8 | m_LineEndingsForNewScripts: 2 9 | m_DefaultBehaviorMode: 0 10 | m_PrefabRegularEnvironment: {fileID: 0} 11 | m_PrefabUIEnvironment: {fileID: 0} 12 | m_SpritePackerMode: 0 13 | m_SpritePackerCacheSize: 10 14 | m_SpritePackerPaddingPower: 1 15 | m_Bc7TextureCompressor: 0 16 | m_EtcTextureCompressorBehavior: 1 17 | m_EtcTextureFastCompressor: 1 18 | m_EtcTextureNormalCompressor: 2 19 | m_EtcTextureBestCompressor: 4 20 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;asmref;rsp 21 | m_ProjectGenerationRootNamespace: 22 | m_EnableTextureStreamingInEditMode: 1 23 | m_EnableTextureStreamingInPlayMode: 1 24 | m_EnableEditorAsyncCPUTextureLoading: 0 25 | m_AsyncShaderCompilation: 1 26 | m_PrefabModeAllowAutoSave: 1 27 | m_EnterPlayModeOptionsEnabled: 1 28 | m_EnterPlayModeOptions: 1 29 | m_GameObjectNamingDigits: 1 30 | m_GameObjectNamingScheme: 0 31 | m_AssetNamingUsesSpace: 1 32 | m_InspectorUseIMGUIDefaultInspector: 0 33 | m_UseLegacyProbeSampleCount: 0 34 | m_SerializeInlineMappingsOnOneLine: 0 35 | m_DisableCookiesInLightmapper: 1 36 | m_AssetPipelineMode: 1 37 | m_RefreshImportMode: 0 38 | m_CacheServerMode: 0 39 | m_CacheServerEndpoint: 40 | m_CacheServerNamespacePrefix: default 41 | m_CacheServerEnableDownload: 1 42 | m_CacheServerEnableUpload: 1 43 | m_CacheServerEnableAuth: 0 44 | m_CacheServerEnableTls: 0 45 | m_CacheServerValidationMode: 2 46 | m_CacheServerDownloadBatchSize: 128 47 | m_EnableEnlightenBakedGI: 0 48 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!387306366 &1 4 | MemorySettings: 5 | m_ObjectHideFlags: 0 6 | m_EditorMemorySettings: 7 | m_MainAllocatorBlockSize: -1 8 | m_ThreadAllocatorBlockSize: -1 9 | m_MainGfxBlockSize: -1 10 | m_ThreadGfxBlockSize: -1 11 | m_CacheBlockSize: -1 12 | m_TypetreeBlockSize: -1 13 | m_ProfilerBlockSize: -1 14 | m_ProfilerEditorBlockSize: -1 15 | m_BucketAllocatorGranularity: -1 16 | m_BucketAllocatorBucketsCount: -1 17 | m_BucketAllocatorBlockSize: -1 18 | m_BucketAllocatorBlockCount: -1 19 | m_ProfilerBucketAllocatorGranularity: -1 20 | m_ProfilerBucketAllocatorBucketsCount: -1 21 | m_ProfilerBucketAllocatorBlockSize: -1 22 | m_ProfilerBucketAllocatorBlockCount: -1 23 | m_TempAllocatorSizeMain: -1 24 | m_JobTempAllocatorBlockSize: -1 25 | m_BackgroundJobTempAllocatorBlockSize: -1 26 | m_JobTempAllocatorReducedBlockSize: -1 27 | m_TempAllocatorSizeGIBakingWorker: -1 28 | m_TempAllocatorSizeNavMeshWorker: -1 29 | m_TempAllocatorSizeAudioWorker: -1 30 | m_TempAllocatorSizeCloudWorker: -1 31 | m_TempAllocatorSizeGfx: -1 32 | m_TempAllocatorSizeJobWorker: -1 33 | m_TempAllocatorSizeBackgroundWorker: -1 34 | m_TempAllocatorSizePreloadManager: -1 35 | m_PlatformMemorySettings: {} 36 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_EnablePreviewPackages: 0 16 | m_EnablePackageDependencies: 0 17 | m_AdvancedSettingsExpanded: 1 18 | m_ScopedRegistriesSettingsExpanded: 1 19 | oneTimeWarningShown: 0 20 | m_Registries: 21 | - m_Id: main 22 | m_Name: 23 | m_Url: https://packages.unity.com 24 | m_Scopes: [] 25 | m_IsDefault: 1 26 | m_Capabilities: 7 27 | m_UserSelectedRegistryName: 28 | m_UserAddingNewScopedRegistry: 0 29 | m_RegistryInfoDraft: 30 | m_ErrorMessage: 31 | m_Original: 32 | m_Id: 33 | m_Name: 34 | m_Url: 35 | m_Scopes: [] 36 | m_IsDefault: 0 37 | m_Capabilities: 0 38 | m_Modified: 0 39 | m_Name: 40 | m_Url: 41 | m_Scopes: 42 | - 43 | m_SelectedScopeIndex: 0 44 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2022.3.7f1 2 | m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0) 3 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: de02f9e1d18f588468e474319d09a723, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | customInterpolatorErrorThreshold: 32 16 | customInterpolatorWarningThreshold: 16 17 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_LastMaterialVersion: 7 16 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_DashboardUrl: https://dashboard.unity3d.com 13 | m_TestInitMode: 0 14 | CrashReportingSettings: 15 | m_EventUrl: https://perf-events.cloud.unity3d.com 16 | m_Enabled: 0 17 | m_LogBufferSize: 10 18 | m_CaptureEditorExceptions: 1 19 | UnityPurchasingSettings: 20 | m_Enabled: 0 21 | m_TestMode: 0 22 | UnityAnalyticsSettings: 23 | m_Enabled: 0 24 | m_TestMode: 0 25 | m_InitializeOnStartup: 1 26 | m_PackageRequiringCoreStatsPresent: 0 27 | UnityAdsSettings: 28 | m_Enabled: 0 29 | m_InitializeOnStartup: 1 30 | m_TestMode: 0 31 | m_IosGameId: 32 | m_AndroidGameId: 33 | m_GameIds: {} 34 | m_GameId: 35 | PerformanceReportingSettings: 36 | m_Enabled: 0 37 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /samples/ReactiveInputSystem.Samples/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/.gitignore: -------------------------------------------------------------------------------- 1 | # This .gitignore file should be placed at the root of your Unity project directory 2 | # 3 | # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore 4 | # 5 | /[Ll]ibrary/ 6 | /[Tt]emp/ 7 | /[Oo]bj/ 8 | /[Bb]uild/ 9 | /[Bb]uilds/ 10 | /[Ll]ogs/ 11 | /[Uu]ser[Ss]ettings/ 12 | 13 | # MemoryCaptures can get excessive in size. 14 | # They also could contain extremely sensitive data 15 | /[Mm]emoryCaptures/ 16 | 17 | # Recordings can get excessive in size 18 | /[Rr]ecordings/ 19 | 20 | # Uncomment this line if you wish to ignore the asset store tools plugin 21 | # /[Aa]ssets/AssetStoreTools* 22 | 23 | # Autogenerated Jetbrains Rider plugin 24 | /[Aa]ssets/Plugins/Editor/JetBrains* 25 | 26 | # Visual Studio cache directory 27 | .vs/ 28 | 29 | # Visual Studio Code cache directory 30 | .vscode/ 31 | 32 | # Gradle cache directory 33 | .gradle/ 34 | 35 | # Autogenerated VS/MD/Consulo solution and project files 36 | ExportedObj/ 37 | .consulo/ 38 | *.csproj 39 | *.unityproj 40 | *.sln 41 | *.suo 42 | *.tmp 43 | *.user 44 | *.userprefs 45 | *.pidb 46 | *.booproj 47 | *.svd 48 | *.pdb 49 | *.mdb 50 | *.opendb 51 | *.VC.db 52 | 53 | # Unity3D generated meta files 54 | *.pidb.meta 55 | *.pdb.meta 56 | *.mdb.meta 57 | 58 | # Unity3D generated file on crash reports 59 | sysinfo.txt 60 | 61 | # Builds 62 | *.apk 63 | *.aab 64 | *.unitypackage 65 | *.app 66 | 67 | # Crashlytics generated file 68 | crashlytics-build.properties 69 | 70 | # Packed Addressables 71 | /[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* 72 | 73 | # Temporary auto-generated Android Assets 74 | /[Aa]ssets/[Ss]treamingAssets/aa.meta 75 | /[Aa]ssets/[Ss]treamingAssets/aa/* 76 | 77 | # DS_Store 78 | *.DS_Store -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/NuGet.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/NuGet.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f1eda7503d01a402cb87c99a5286aca6 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 0 20 | settings: {} 21 | - first: 22 | Editor: Editor 23 | second: 24 | enabled: 0 25 | settings: 26 | DefaultValueInitialized: true 27 | - first: 28 | Windows Store Apps: WindowsStoreApps 29 | second: 30 | enabled: 1 31 | settings: {} 32 | userData: 33 | assetBundleName: 34 | assetBundleVariant: 35 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 624bc411bb88244339ab6e6ca776e5ff 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5abde39e65eaf457da9765db6f0783aa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9e4cabab8b006491a9a154b1516f4f46 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Microsoft.Bcl.AsyncInterfaces 5 | 6.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | https://dot.net/ 11 | Provides the IAsyncEnumerable<T> and IAsyncDisposable interfaces and helper types for .NET Standard 2.0. This package is not required starting with .NET Standard 2.1 and .NET Core 3.0. 12 | 13 | Commonly Used Types: 14 | System.IAsyncDisposable 15 | System.Collections.Generic.IAsyncEnumerable 16 | System.Collections.Generic.IAsyncEnumerator 17 | https://go.microsoft.com/fwlink/?LinkID=799421 18 | © Microsoft Corporation. All rights reserved. 19 | true 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/Microsoft.Bcl.AsyncInterfaces.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9cc29c79345d042999bbbb22a07e16b4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be0ceee74e95649a29fa8b54152767f1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a53cc45b889c84603ae5fa841f94f8ef 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 24c3ed12f7e5c48d18951bb6f4f4265d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dc433afb67c84e828bf65fef0eefecc 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Microsoft.Bcl.AsyncInterfaces 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e37abf83c704b4a9c90e64f2cce272f0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.AsyncInterfaces.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 256499eb2994d42ffaec520d4e02fbd0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a1bfe8dcd33b4386b4ac4f94ea810bf 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9dc864785eb5f4414b29612f8bea941c 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | Microsoft.Bcl.TimeProvider 5 | 8.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides support for system time abstraction primitives for .NET Framework and .NET Standard. 13 | 14 | Commonly Used Types: 15 | System.TimeProvider 16 | System.ITimer 17 | https://go.microsoft.com/fwlink/?LinkID=799421 18 | © Microsoft Corporation. All rights reserved. 19 | true 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/Microsoft.Bcl.TimeProvider.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bd37b42cffb54a688bbccd16d2dcbcc 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: da66945b94e2b47d2bb6082ed7573481 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88e1a86d37ea8462ab1bb7a716b329e0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d87aab9c3f414e1e8b243e3976a8cd4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e8bd2695bfc114f168c4f1b401133aa5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net461/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 878d93b0cf8e942bfb736d9957251869 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 43d719fa5d9d94b8c99fc7b814b9c682 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._ -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a4a47fd577f941818cfe6216d54dcb8 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fae856b71c2a4158862f78e57eb3169 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._ -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5c2e8dd974e2345a8b3040cf26fee3bd 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0edce35b0ebd4eb68ff9e9d1c726dbe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/buildTransitive/netcoreapp2.0/Microsoft.Bcl.TimeProvider.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a22bd825b66db427b8a9b5a4cee6b4ec 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b11a81b4a9ea043f09d16dc48685d7b8 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2dd15276e28f34347951c282276037d7 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 955307c0408714281859908e30f60714 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/lib/netstandard2.0/Microsoft.Bcl.TimeProvider.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4cb67612bf6f4c5f9ac34c3ac4259b3 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/Microsoft.Bcl.TimeProvider.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3331260e967e047c49a7c624f91aacca 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07e856cdd793e4ab7bdb21dd8bef902b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/R3.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68f7e9ae6ec57405db575fb11f4cd63b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c13ccc62d33bd4528a8eaa67726659ef 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deaed7e8a921c4e3b947b4964828a331 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9918fd931338d46aa9740b36c9dfc4f1 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/R3.0.1.10/lib/netstandard2.1/R3.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c5c6e8a335fca4950a4adc9418b7bfc2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63efa47cce2e74ff2827ebf10669e4d5 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f41deb700ed2345efba2de5e37d49f9c 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/System.ComponentModel.Annotations.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9778bd6c3bdff471a9ece82903bd159b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cb6d58ff791894c6287d6df94e5f91e8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 333103a33c3b244acb4209267f73ae39 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 49217b068621641a083f8a0f4865be96 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 152883cd9dd7d4393b92f7e83a2f9894 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/lib/netstandard2.1/System.ComponentModel.Annotations.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5bc3bc85115d4d5c93eab32db908744 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.ComponentModel.Annotations.5.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: acae959fde79d496ba2e3a8eee79cfbf 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f84cdd3c52e0748cfa9b35054779086b 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a54ad068811024703aeb013a086b2c22 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3b6ebc9d614584042b6e1bdc4655e61e 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | System.Runtime.CompilerServices.Unsafe 5 | 6.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | https://dot.net/ 11 | Provides the System.Runtime.CompilerServices.Unsafe class, which provides generic, low-level functionality for manipulating pointers. 12 | 13 | Commonly Used Types: 14 | System.Runtime.CompilerServices.Unsafe 15 | https://go.microsoft.com/fwlink/?LinkID=799421 16 | © Microsoft Corporation. All rights reserved. 17 | true 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/System.Runtime.CompilerServices.Unsafe.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ed6b1e96a101c46a5b4535764e9dc4b3 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99b753c577943420da5ef1386e1d64a2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e87d287f0b18415eabfca7013c755de 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1c549f8a713040ea9cc0f78306f3305 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73f46fe416a7c49e6b7e60e51b1f4d8f 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1854b51eb3b34480093a8ed303933ed0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._ -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/buildTransitive/netcoreapp3.1/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 38f12ee6e569b4d029192455613e4804 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41d6f0879500048a0b8bc19ee413b6bd 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d582a0846152f4f2fa79b907e1518694 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1500146c5998f4d6a9eecdbfb54c9075 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 51247eab9d1f9486ca2bf27121415f77 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Runtime.CompilerServices.Unsafe.6.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7dd53b268dae48588525497f7130081 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ad8f366e04fb4a0389ee9c2ea1a2700 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/.signature.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/Icon.png -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) .NET Foundation and Contributors 4 | 5 | All rights reserved. 6 | 7 | Permission is hereby granted, free of charge, to any person obtaining a copy 8 | of this software and associated documentation files (the "Software"), to deal 9 | in the Software without restriction, including without limitation the rights 10 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 11 | copies of the Software, and to permit persons to whom the Software is 12 | furnished to do so, subject to the following conditions: 13 | 14 | The above copyright notice and this permission notice shall be included in all 15 | copies or substantial portions of the Software. 16 | 17 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 18 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 19 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 20 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 21 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 22 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 23 | SOFTWARE. 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/LICENSE.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9599bb341243443e78f5c83041693aee 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/PACKAGE.md.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14841c541e1b7488dac0b2d6210054e1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | System.Threading.Channels 5 | 8.0.0 6 | Microsoft 7 | MIT 8 | https://licenses.nuget.org/MIT 9 | Icon.png 10 | PACKAGE.md 11 | https://dot.net/ 12 | Provides types for passing data between producers and consumers. 13 | 14 | Commonly Used Types: 15 | System.Threading.Channel 16 | System.Threading.Channel<T> 17 | https://go.microsoft.com/fwlink/?LinkID=799421 18 | © Microsoft Corporation. All rights reserved. 19 | true 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/System.Threading.Channels.nuspec.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbda0790f331448b88f49e37a0f01220 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/THIRD-PARTY-NOTICES.TXT.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e5e75c5ef1d84e228db83dae0a81f51 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33636b05a984040948abec28819b4574 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd845e40d8cd34f6688fc4b1a82905b3 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net461/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 523544a90f9bc443c9cc3700eea2d0eb 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0d2d1cca31bf840e8aed199930bc026f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._ -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net462/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5ea795391c4e4fd8832b84dcdd64a13 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98de45774804c4d1da6e6f06a18e9d69 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._ -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/net6.0/_._.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5eb0d76ab01a04a7d89b906029b81eea 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4df1f777fbf2f4186845c18bb0b9511f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/buildTransitive/netcoreapp2.0/System.Threading.Channels.targets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8c0628e30166d4fc695cf9721e20f397 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 206794c70c68e4e409c561d73a5bff01 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 532a1af37c7154fd2bddfe9acdc6488d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/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: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cecff654be3b347a7be920f1fab6e402 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 1 20 | settings: {} 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/lib/netstandard2.1/System.Threading.Channels.xml.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 40e178bc2307748b7b6faee7f050ae19 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/annulusgames/ReactiveInputSystem/9ecf3a8ca32dc39eeb1c3b9da212ec9a9a9a3746/src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/Packages/System.Threading.Channels.8.0.0/useSharedDesignerContext.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a62138b0605aa4fbeab59cb875e2e9d8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f6ffa807df99411689b26b8552f96d9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a00b6aa766074007888cc867acff608 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Runtime.CompilerServices; 3 | 4 | namespace ReactiveInputSystem 5 | { 6 | internal static class Error 7 | { 8 | [MethodImpl(MethodImplOptions.AggressiveInlining)] 9 | public static void ArgumentNullException(T value) 10 | { 11 | if (value == null) throw new ArgumentNullException(); 12 | } 13 | } 14 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Error.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa1bb7d2a16df4661ae175aceafd81fc 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Threading; 2 | using UnityEngine.InputSystem; 3 | using R3; 4 | 5 | namespace ReactiveInputSystem 6 | { 7 | public static class InputActionExtensions 8 | { 9 | public static Observable PerformedAsObservable(this InputAction inputAction, CancellationToken cancellationToken = default) 10 | { 11 | Error.ArgumentNullException(inputAction); 12 | return Observable.FromEvent( 13 | h => inputAction.performed += h, 14 | h => inputAction.performed -= h, 15 | cancellationToken 16 | ); 17 | } 18 | 19 | public static Observable CanceledAsObservable(this InputAction inputAction, CancellationToken cancellationToken = default) 20 | { 21 | Error.ArgumentNullException(inputAction); 22 | return Observable.FromEvent( 23 | h => inputAction.canceled += h, 24 | h => inputAction.canceled -= h, 25 | cancellationToken 26 | ); 27 | } 28 | 29 | public static Observable StartedAsObservable(this InputAction inputAction, CancellationToken cancellationToken = default) 30 | { 31 | Error.ArgumentNullException(inputAction); 32 | return Observable.FromEvent( 33 | h => inputAction.started += h, 34 | h => inputAction.started -= h, 35 | cancellationToken 36 | ); 37 | } 38 | } 39 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1ff917812b934dafad8def297420af0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Threading; 2 | using UnityEngine.InputSystem; 3 | using R3; 4 | 5 | namespace ReactiveInputSystem 6 | { 7 | public static class InputActionMapExtensions 8 | { 9 | public static Observable OnActionTriggered(this InputActionMap inputActions, CancellationToken cancellationToken = default) 10 | { 11 | Error.ArgumentNullException(inputActions); 12 | return Observable.FromEvent( 13 | h => inputActions.actionTriggered += h, 14 | h => inputActions.actionTriggered -= h, 15 | cancellationToken 16 | ); 17 | } 18 | } 19 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputActionMapExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 19d0dd31def9d48c9b5b01066a00008a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputControlPathEx.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5283d236076064a0e81a79c8a960c0a7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Events.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a5a72680e9d84332b5beaac1b316bda 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Gamepad.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 78d10b724ef62478aaddbc69ad525618 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Joystick.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 52da92ce538484badab23b89a7da8ae8 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Keyboard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d63c3e9b44aa44c548eedd7926e66447 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Mouse.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d896d5b7422d748b7bcea4c9e6973fb5 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Pointer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 865c9d4bf835247a1ab4b04e41df99a1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.Touch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5bf5ccdc64b4d4f4b9b32298433954eb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Threading; 3 | using UnityEngine.InputSystem; 4 | using UnityEngine.InputSystem.Users; 5 | using UnityEngine.InputSystem.LowLevel; 6 | using R3; 7 | 8 | namespace ReactiveInputSystem 9 | { 10 | public static partial class InputRx 11 | { 12 | public static Observable<(InputUser, InputUserChange, InputDevice)> OnUserChange(CancellationToken cancellationToken = default) 13 | { 14 | return Observable.FromEvent, (InputUser, InputUserChange, InputDevice)>( 15 | h => (x, y, z) => h((x, y, z)), 16 | h => InputUser.onChange += h, 17 | h => InputUser.onChange -= h, 18 | cancellationToken 19 | ); 20 | } 21 | 22 | public static Observable<(InputControl, InputEventPtr)> OnUnpairedDeviceUsed(CancellationToken cancellationToken = default) 23 | { 24 | return Observable.FromEvent, (InputControl, InputEventPtr)>( 25 | h => (x, y) => h((x, y)), 26 | h => InputUser.onUnpairedDeviceUsed += h, 27 | h => InputUser.onUnpairedDeviceUsed -= h, 28 | cancellationToken 29 | ); 30 | } 31 | } 32 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputRx.User.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 81477b863fb9f4188a1a789dabfc5b40 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/InputSystemFrameProvider.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3adada431347345a5a36a27f373917e7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74b21e87ef91c468e9308e58b500c564 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyGamepadButtonObservable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: deb77f6ff84944f5bb7d8bcb6fb01b53 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyKeyObservable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 86a3310010e304479a59f0f6ca438a63 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/AnyMouseButtonObservable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0c374821e67834c39b762867cabba4ef 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/CancellableFrameRunnerWorkItemBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98f91117948414870b667902d90bf37c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs: -------------------------------------------------------------------------------- 1 | using System.Runtime.CompilerServices; 2 | using UnityEngine.InputSystem; 3 | using UnityEngine.InputSystem.Controls; 4 | using UnityEngine.InputSystem.LowLevel; 5 | 6 | namespace ReactiveInputSystem 7 | { 8 | internal static class InputControlHelper 9 | { 10 | [MethodImpl(MethodImplOptions.AggressiveInlining)] 11 | public static ButtonControl GetMouseButtonControl(Mouse mouse, MouseButton mouseButton) 12 | { 13 | return mouseButton switch 14 | { 15 | MouseButton.Left => mouse.leftButton, 16 | MouseButton.Right => mouse.rightButton, 17 | MouseButton.Middle => mouse.middleButton, 18 | MouseButton.Forward => mouse.forwardButton, 19 | MouseButton.Back => mouse.backButton, 20 | _ => null 21 | }; 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/Internal/InputControlHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: feeee0c4eac254ab2818f7abb54e9a6d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74dea12e0f5344fd1a6168834de1dbe1 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs: -------------------------------------------------------------------------------- 1 | using System.Threading; 2 | using UnityEngine.InputSystem; 3 | using R3; 4 | 5 | namespace ReactiveInputSystem 6 | { 7 | public static class PlayerInputManagerExtensions 8 | { 9 | public static Observable OnPlayerJoined(this PlayerInputManager playerInputManager, CancellationToken cancellationToken = default) 10 | { 11 | return Observable.FromEvent( 12 | h => playerInputManager.onPlayerJoined += h, 13 | h => playerInputManager.onPlayerJoined -= h, 14 | cancellationToken 15 | ); 16 | } 17 | 18 | public static Observable OnPlayerLeft(this PlayerInputManager playerInputManager, CancellationToken cancellationToken = default) 19 | { 20 | return Observable.FromEvent( 21 | h => playerInputManager.onPlayerLeft += h, 22 | h => playerInputManager.onPlayerLeft -= h, 23 | cancellationToken 24 | ); 25 | } 26 | } 27 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/PlayerInputManagerExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f56e3441ef9144c73ad031863cfc5cb7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ReactiveInputSystem", 3 | "rootNamespace": "ReactiveInputSystem", 4 | "references": [ 5 | "GUID:75469ad4d38634e559750d17036d5f7c", 6 | "GUID:77221876cc6b8244180b96e320b1bcd4" 7 | ], 8 | "includePlatforms": [], 9 | "excludePlatforms": [], 10 | "allowUnsafeCode": false, 11 | "overrideReferences": true, 12 | "precompiledReferences": [ 13 | "R3.dll" 14 | ], 15 | "autoReferenced": true, 16 | "defineConstraints": [], 17 | "versionDefines": [], 18 | "noEngineReferences": false 19 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystem.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bce6a0deb4c5c4a0bb93ee5baf4bb944 3 | AssemblyDefinitionImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.InputSystem; 3 | 4 | namespace ReactiveInputSystem 5 | { 6 | internal static class ReactiveInputSystemInitializer 7 | { 8 | [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] 9 | static void Init() 10 | { 11 | // register callbacks 12 | InputSystem.onBeforeUpdate += ((InputSystemFrameProvider)InputSystemFrameProvider.BeforeUpdate).OnUpdate; 13 | InputSystem.onAfterUpdate += ((InputSystemFrameProvider)InputSystemFrameProvider.AfterUpdate).OnUpdate; 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/Runtime/ReactiveInputSystemInitializer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e92845b6be77d4a7d86473001564aecb 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "com.annulusgames.reactive-input-system", 3 | "version": "0.1.0", 4 | "displayName": "Reactive Input System", 5 | "description": "Reactive Extensions for Unity Input System", 6 | "unity": "2019.4", 7 | "license": "MIT", 8 | "dependencies": { 9 | "com.unity.inputsystem": "1.0.0", 10 | "com.cysharp.r3": "0.1.0" 11 | }, 12 | "keywords": [ 13 | "Rx", 14 | "Event", 15 | "Input" 16 | ], 17 | "author": { 18 | "name": "Annulus Games", 19 | "url": "https://annulusgames.com/" 20 | } 21 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/ReactiveInputSystem/package.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a47a84596e36a45678b64273985e5372 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/packages.config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/Assets/packages.config.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ecb29a1a7ff374151b411127e6377725 3 | labels: 4 | - NuGetForUnity 5 | PluginImporter: 6 | externalObjects: {} 7 | serializedVersion: 2 8 | iconMap: {} 9 | executionOrder: {} 10 | defineConstraints: [] 11 | isPreloaded: 0 12 | isOverridable: 0 13 | isExplicitlyReferenced: 0 14 | validateReferences: 1 15 | platformData: 16 | - first: 17 | Any: 18 | second: 19 | enabled: 0 20 | settings: {} 21 | - first: 22 | Editor: Editor 23 | second: 24 | enabled: 0 25 | settings: 26 | DefaultValueInitialized: true 27 | - first: 28 | Windows Store Apps: WindowsStoreApps 29 | second: 30 | enabled: 1 31 | settings: {} 32 | userData: 33 | assetBundleName: 34 | assetBundleVariant: 35 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 1024 20 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!55 &1 4 | PhysicsManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 11 7 | m_Gravity: {x: 0, y: -9.81, z: 0} 8 | m_DefaultMaterial: {fileID: 0} 9 | m_BounceThreshold: 2 10 | m_SleepThreshold: 0.005 11 | m_DefaultContactOffset: 0.01 12 | m_DefaultSolverIterations: 6 13 | m_DefaultSolverVelocityIterations: 1 14 | m_QueriesHitBackfaces: 0 15 | m_QueriesHitTriggers: 1 16 | m_EnableAdaptiveForce: 0 17 | m_ClothInterCollisionDistance: 0 18 | m_ClothInterCollisionStiffness: 0 19 | m_ContactsGeneration: 1 20 | m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff 21 | m_AutoSimulation: 1 22 | m_AutoSyncTransforms: 0 23 | m_ReuseCollisionCallbacks: 1 24 | m_ClothInterCollisionSettingsToggle: 0 25 | m_ContactPairsMode: 0 26 | m_BroadphaseType: 0 27 | m_WorldBounds: 28 | m_Center: {x: 0, y: 0, z: 0} 29 | m_Extent: {x: 250, y: 250, z: 250} 30 | m_WorldSubdivisions: 8 31 | m_FrictionType: 0 32 | m_EnableEnhancedDeterminism: 0 33 | m_EnableUnifiedHeightmaps: 1 34 | m_DefaultMaxAngluarSpeed: 7 35 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: 8 | - enabled: 1 9 | path: Assets/Samples/Touch/TouchSample.unity 10 | guid: ed1030e131a6f44f0badb1f6f54ca6eb 11 | m_configObjects: 12 | com.unity.input.settings: {fileID: 11400000, guid: d12314fd9571b473780fde5e876aa5fe, type: 2} 13 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!159 &1 4 | EditorSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 12 7 | m_SerializationMode: 2 8 | m_LineEndingsForNewScripts: 0 9 | m_DefaultBehaviorMode: 0 10 | m_PrefabRegularEnvironment: {fileID: 0} 11 | m_PrefabUIEnvironment: {fileID: 0} 12 | m_SpritePackerMode: 0 13 | m_SpritePackerCacheSize: 10 14 | m_SpritePackerPaddingPower: 1 15 | m_Bc7TextureCompressor: 0 16 | m_EtcTextureCompressorBehavior: 1 17 | m_EtcTextureFastCompressor: 1 18 | m_EtcTextureNormalCompressor: 2 19 | m_EtcTextureBestCompressor: 4 20 | m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref 21 | m_ProjectGenerationRootNamespace: 22 | m_EnableTextureStreamingInEditMode: 1 23 | m_EnableTextureStreamingInPlayMode: 1 24 | m_EnableEditorAsyncCPUTextureLoading: 0 25 | m_AsyncShaderCompilation: 1 26 | m_PrefabModeAllowAutoSave: 1 27 | m_EnterPlayModeOptionsEnabled: 1 28 | m_EnterPlayModeOptions: 1 29 | m_GameObjectNamingDigits: 1 30 | m_GameObjectNamingScheme: 0 31 | m_AssetNamingUsesSpace: 1 32 | m_InspectorUseIMGUIDefaultInspector: 0 33 | m_UseLegacyProbeSampleCount: 0 34 | m_SerializeInlineMappingsOnOneLine: 1 35 | m_DisableCookiesInLightmapper: 0 36 | m_AssetPipelineMode: 1 37 | m_RefreshImportMode: 0 38 | m_CacheServerMode: 0 39 | m_CacheServerEndpoint: 40 | m_CacheServerNamespacePrefix: default 41 | m_CacheServerEnableDownload: 1 42 | m_CacheServerEnableUpload: 1 43 | m_CacheServerEnableAuth: 0 44 | m_CacheServerEnableTls: 0 45 | m_CacheServerValidationMode: 2 46 | m_CacheServerDownloadBatchSize: 128 47 | m_EnableEnlightenBakedGI: 0 48 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!387306366 &1 4 | MemorySettings: 5 | m_ObjectHideFlags: 0 6 | m_EditorMemorySettings: 7 | m_MainAllocatorBlockSize: -1 8 | m_ThreadAllocatorBlockSize: -1 9 | m_MainGfxBlockSize: -1 10 | m_ThreadGfxBlockSize: -1 11 | m_CacheBlockSize: -1 12 | m_TypetreeBlockSize: -1 13 | m_ProfilerBlockSize: -1 14 | m_ProfilerEditorBlockSize: -1 15 | m_BucketAllocatorGranularity: -1 16 | m_BucketAllocatorBucketsCount: -1 17 | m_BucketAllocatorBlockSize: -1 18 | m_BucketAllocatorBlockCount: -1 19 | m_ProfilerBucketAllocatorGranularity: -1 20 | m_ProfilerBucketAllocatorBucketsCount: -1 21 | m_ProfilerBucketAllocatorBlockSize: -1 22 | m_ProfilerBucketAllocatorBlockCount: -1 23 | m_TempAllocatorSizeMain: -1 24 | m_JobTempAllocatorBlockSize: -1 25 | m_BackgroundJobTempAllocatorBlockSize: -1 26 | m_JobTempAllocatorReducedBlockSize: -1 27 | m_TempAllocatorSizeGIBakingWorker: -1 28 | m_TempAllocatorSizeNavMeshWorker: -1 29 | m_TempAllocatorSizeAudioWorker: -1 30 | m_TempAllocatorSizeCloudWorker: -1 31 | m_TempAllocatorSizeGfx: -1 32 | m_TempAllocatorSizeJobWorker: -1 33 | m_TempAllocatorSizeBackgroundWorker: -1 34 | m_TempAllocatorSizePreloadManager: -1 35 | m_PlatformMemorySettings: {} 36 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 61 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | m_EnablePreReleasePackages: 0 16 | m_EnablePackageDependencies: 0 17 | m_AdvancedSettingsExpanded: 1 18 | m_ScopedRegistriesSettingsExpanded: 1 19 | m_SeeAllPackageVersions: 0 20 | oneTimeWarningShown: 0 21 | m_Registries: 22 | - m_Id: main 23 | m_Name: 24 | m_Url: https://packages.unity.com 25 | m_Scopes: [] 26 | m_IsDefault: 1 27 | m_Capabilities: 7 28 | m_UserSelectedRegistryName: 29 | m_UserAddingNewScopedRegistry: 0 30 | m_RegistryInfoDraft: 31 | m_Modified: 0 32 | m_ErrorMessage: 33 | m_UserModificationsInstanceId: -830 34 | m_OriginalInstanceId: -832 35 | m_LoadAssets: 0 36 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json: -------------------------------------------------------------------------------- 1 | { 2 | "m_Dictionary": { 3 | "m_DictionaryValues": [] 4 | } 5 | } -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: {} 8 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2022.3.7f1 2 | m_EditorVersionWithRevision: 2022.3.7f1 (b16b3b16c7a0) 3 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.33333334 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &1 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 53 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: a287be6c49135cd4f9b2b8666c39d999, type: 3} 13 | m_Name: 14 | m_EditorClassIdentifier: 15 | assetDefaultFramerate: 60 16 | m_DefaultFrameRate: 60 17 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_DashboardUrl: https://dashboard.unity3d.com 13 | m_TestInitMode: 0 14 | CrashReportingSettings: 15 | m_EventUrl: https://perf-events.cloud.unity3d.com 16 | m_Enabled: 0 17 | m_LogBufferSize: 10 18 | m_CaptureEditorExceptions: 1 19 | UnityPurchasingSettings: 20 | m_Enabled: 0 21 | m_TestMode: 0 22 | UnityAnalyticsSettings: 23 | m_Enabled: 0 24 | m_TestMode: 0 25 | m_InitializeOnStartup: 1 26 | m_PackageRequiringCoreStatsPresent: 0 27 | UnityAdsSettings: 28 | m_Enabled: 0 29 | m_InitializeOnStartup: 1 30 | m_TestMode: 0 31 | m_IosGameId: 32 | m_AndroidGameId: 33 | m_GameIds: {} 34 | m_GameId: 35 | PerformanceReportingSettings: 36 | m_Enabled: 0 37 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!890905787 &1 4 | VersionControlSettings: 5 | m_ObjectHideFlags: 0 6 | m_Mode: Visible Meta Files 7 | m_CollabEditorSettings: 8 | inProgressEnabled: 1 9 | -------------------------------------------------------------------------------- /src/ReactiveInputSystem/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } --------------------------------------------------------------------------------