├── .gitignore ├── Assets ├── Editor.meta ├── Editor │ ├── ImageEffects.meta │ └── ImageEffects │ │ ├── VignetteAndChromaticAberrationEditor.cs │ │ └── VignetteAndChromaticAberrationEditor.cs.meta ├── Fonts.meta ├── Fonts │ ├── Lato.meta │ ├── Lato │ │ ├── Lato-Light.ttf │ │ ├── Lato-Light.ttf.meta │ │ ├── Lato-LightItalic.ttf │ │ ├── Lato-LightItalic.ttf.meta │ │ ├── Lato-Medium.ttf │ │ ├── Lato-Medium.ttf.meta │ │ ├── Lato-Readme.txt │ │ ├── Lato-Readme.txt.meta │ │ ├── Lato-Thin.ttf │ │ ├── Lato-Thin.ttf.meta │ │ ├── Lato-ThinItalic.ttf │ │ └── Lato-ThinItalic.ttf.meta │ ├── Remington-Noiseless.ttf │ └── Remington-Noiseless.ttf.meta ├── Ink.meta ├── Ink │ ├── TheIntercept.ink │ ├── TheIntercept.ink.meta │ ├── TheIntercept.json │ └── TheIntercept.json.meta ├── Plugins.meta ├── Plugins │ ├── Ink.meta │ └── Ink │ │ ├── DLLs.meta │ │ ├── DLLs │ │ ├── Newtonsoft.Json.dll │ │ ├── Newtonsoft.Json.dll.meta │ │ ├── ink-engine.dll │ │ ├── ink-engine.dll.meta │ │ ├── inklecate_mac │ │ ├── inklecate_mac.meta │ │ ├── inklecate_win.exe │ │ └── inklecate_win.exe.meta │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Compiler.meta │ │ ├── Compiler │ │ │ ├── Auto Compiler.meta │ │ │ ├── Auto Compiler │ │ │ │ ├── InkPostProcessor.cs │ │ │ │ └── InkPostProcessor.cs.meta │ │ │ ├── InkCompiler.cs │ │ │ └── InkCompiler.cs.meta │ │ ├── Ink Inspector.meta │ │ ├── Ink Inspector │ │ │ ├── File Icons.meta │ │ │ ├── File Icons │ │ │ │ ├── InkBrowserIcons.cs │ │ │ │ ├── InkBrowserIcons.cs.meta │ │ │ │ ├── Resources.meta │ │ │ │ └── Resources │ │ │ │ │ ├── InkFileIcon-retina.psd │ │ │ │ │ ├── InkFileIcon-retina.psd.meta │ │ │ │ │ ├── InkFileIcon.psd │ │ │ │ │ └── InkFileIcon.psd.meta │ │ │ ├── Ink Inspector.meta │ │ │ └── Ink Inspector │ │ │ │ ├── InkInspector.cs │ │ │ │ ├── InkInspector.cs.meta │ │ │ │ ├── ObjectEditor.cs │ │ │ │ ├── ObjectEditor.cs.meta │ │ │ │ ├── ObjectInspector.cs │ │ │ │ └── ObjectInspector.cs.meta │ │ ├── Ink Library.meta │ │ ├── Ink Library │ │ │ ├── InkFile.cs │ │ │ ├── InkFile.cs.meta │ │ │ ├── InkLibrary.cs │ │ │ └── InkLibrary.cs.meta │ │ ├── Player Window.meta │ │ ├── Player Window │ │ │ ├── InkPlayerWindow.cs │ │ │ └── InkPlayerWindow.cs.meta │ │ ├── Tools.meta │ │ └── Tools │ │ │ ├── InkEditorUtils.cs │ │ │ └── InkEditorUtils.cs.meta │ │ ├── Licence.txt │ │ ├── Licence.txt.meta │ │ ├── Readme.md │ │ └── Readme.md.meta ├── Prefabs.meta ├── Prefabs │ ├── Chevron.prefab │ ├── Chevron.prefab.meta │ ├── Choice Group.prefab │ ├── Choice Group.prefab.meta │ ├── Choice.prefab │ ├── Choice.prefab.meta │ ├── Content.prefab │ ├── Content.prefab.meta │ ├── Empty.prefab │ └── Empty.prefab.meta ├── SFX.meta ├── SFX │ ├── 222549__caderesounds__horror-cinema-2-2014.wav │ ├── 222549__caderesounds__horror-cinema-2-2014.wav.meta │ ├── Key Sounds.meta │ ├── Key Sounds │ │ ├── 193945__soundslikewillem__d.wav │ │ ├── 193945__soundslikewillem__d.wav.meta │ │ ├── 193946__soundslikewillem__c.wav │ │ ├── 193946__soundslikewillem__c.wav.meta │ │ ├── 193947__soundslikewillem__b.wav │ │ ├── 193947__soundslikewillem__b.wav.meta │ │ ├── 193948__soundslikewillem__a.wav │ │ ├── 193948__soundslikewillem__a.wav.meta │ │ ├── 193949__soundslikewillem__h.wav │ │ ├── 193949__soundslikewillem__h.wav.meta │ │ ├── 193950__soundslikewillem__g.wav │ │ ├── 193950__soundslikewillem__g.wav.meta │ │ ├── 193951__soundslikewillem__f.wav │ │ ├── 193951__soundslikewillem__f.wav.meta │ │ ├── 193952__soundslikewillem__e.wav │ │ ├── 193952__soundslikewillem__e.wav.meta │ │ ├── 193953__soundslikewillem__j.wav │ │ ├── 193953__soundslikewillem__j.wav.meta │ │ ├── 193954__soundslikewillem__i.wav │ │ ├── 193954__soundslikewillem__i.wav.meta │ │ ├── 193955__soundslikewillem__w.wav │ │ ├── 193955__soundslikewillem__w.wav.meta │ │ ├── 193956__soundslikewillem__x.wav │ │ ├── 193956__soundslikewillem__x.wav.meta │ │ ├── 193957__soundslikewillem__u.wav │ │ ├── 193957__soundslikewillem__u.wav.meta │ │ ├── 193958__soundslikewillem__v.wav │ │ ├── 193958__soundslikewillem__v.wav.meta │ │ ├── 193959__soundslikewillem__y.wav │ │ ├── 193959__soundslikewillem__y.wav.meta │ │ ├── _readme_and_license.txt │ │ ├── _readme_and_license.txt.meta │ │ ├── attachingPaper.mp3 │ │ └── attachingPaper.mp3.meta │ ├── looping-dark-ambience.mp3 │ └── looping-dark-ambience.mp3.meta ├── Scenes.meta ├── Scenes │ ├── Demo.unity │ └── Demo.unity.meta ├── Scripts.meta ├── Scripts │ ├── Audio.meta │ ├── Audio │ │ ├── AudioClipDatabase.cs │ │ ├── AudioClipDatabase.cs.meta │ │ ├── BackgroundAmbienceController.cs │ │ └── BackgroundAmbienceController.cs.meta │ ├── ContentManager.cs │ ├── ContentManager.cs.meta │ ├── DeviceScaler.cs │ ├── DeviceScaler.cs.meta │ ├── Main.meta │ ├── Main │ │ ├── Main.cs │ │ ├── Main.cs.meta │ │ ├── States.meta │ │ └── States │ │ │ ├── End.meta │ │ │ ├── End │ │ │ ├── EndState.cs │ │ │ ├── EndState.cs.meta │ │ │ ├── View.meta │ │ │ └── View │ │ │ │ ├── EndRestartButton.cs │ │ │ │ ├── EndRestartButton.cs.meta │ │ │ │ ├── EndView.cs │ │ │ │ └── EndView.cs.meta │ │ │ ├── Game.meta │ │ │ ├── Game │ │ │ ├── GameState.cs │ │ │ ├── GameState.cs.meta │ │ │ ├── View.meta │ │ │ └── View │ │ │ │ ├── ChevronButtonView.cs │ │ │ │ ├── ChevronButtonView.cs.meta │ │ │ │ ├── ChoiceGroupContainerView.cs │ │ │ │ ├── ChoiceGroupContainerView.cs.meta │ │ │ │ ├── ChoiceGroupView.cs │ │ │ │ ├── ChoiceGroupView.cs.meta │ │ │ │ ├── ChoiceView.cs │ │ │ │ ├── ChoiceView.cs.meta │ │ │ │ ├── ContentView.cs │ │ │ │ ├── ContentView.cs.meta │ │ │ │ ├── Credits.meta │ │ │ │ ├── Credits │ │ │ │ ├── CreditsView.cs │ │ │ │ └── CreditsView.cs.meta │ │ │ │ ├── EmptyView.cs │ │ │ │ ├── EmptyView.cs.meta │ │ │ │ ├── ScrollToBottomButtonView.cs │ │ │ │ ├── ScrollToBottomButtonView.cs.meta │ │ │ │ ├── Settings.meta │ │ │ │ ├── Settings │ │ │ │ ├── QuitButtonController.cs │ │ │ │ ├── QuitButtonController.cs.meta │ │ │ │ ├── SettingsButton.cs │ │ │ │ ├── SettingsButton.cs.meta │ │ │ │ ├── SettingsView.cs │ │ │ │ └── SettingsView.cs.meta │ │ │ │ ├── StoryElementView.cs │ │ │ │ └── StoryElementView.cs.meta │ │ │ ├── Intro.meta │ │ │ ├── Intro │ │ │ ├── IntroState.cs │ │ │ ├── IntroState.cs.meta │ │ │ ├── IntroTypedText.cs │ │ │ └── IntroTypedText.cs.meta │ │ │ ├── MainState.cs │ │ │ └── MainState.cs.meta │ ├── Tests.meta │ ├── Tests │ │ ├── Editor.meta │ │ └── Editor │ │ │ ├── RichTextSubstringTests.cs │ │ │ └── RichTextSubstringTests.cs.meta │ ├── Utils.meta │ └── Utils │ │ ├── MonoSingleton.cs │ │ ├── MonoSingleton.cs.meta │ │ ├── RichTextSubstring.cs │ │ ├── RichTextSubstring.cs.meta │ │ ├── Timer.meta │ │ ├── Timer │ │ ├── Timer.cs │ │ ├── Timer.cs.meta │ │ ├── TimerState.cs │ │ └── TimerState.cs.meta │ │ ├── Tween.meta │ │ ├── Tween │ │ ├── Types.meta │ │ └── Types │ │ │ ├── Base.meta │ │ │ ├── Base │ │ │ ├── TypeTween.cs │ │ │ └── TypeTween.cs.meta │ │ │ ├── ColorTween.cs │ │ │ ├── ColorTween.cs.meta │ │ │ ├── FloatTween.cs │ │ │ ├── FloatTween.cs.meta │ │ │ ├── Vector2Tween.cs │ │ │ └── Vector2Tween.cs.meta │ │ ├── TypedText.cs │ │ ├── TypedText.cs.meta │ │ ├── UI.meta │ │ ├── UI │ │ ├── CanvasGroupOpacityInteractionEnabler.cs │ │ ├── CanvasGroupOpacityInteractionEnabler.cs.meta │ │ ├── GraphicPulser.cs │ │ ├── GraphicPulser.cs.meta │ │ ├── LetterSpacing.cs │ │ ├── LetterSpacing.cs.meta │ │ ├── ScrollRectEventProxy.cs │ │ └── ScrollRectEventProxy.cs.meta │ │ ├── UIMonoBehaviour.cs │ │ └── UIMonoBehaviour.cs.meta ├── Standard Assets.meta ├── Standard Assets │ ├── Effects.meta │ └── Effects │ │ ├── ImageEffects.meta │ │ └── ImageEffects │ │ ├── Scripts.meta │ │ ├── Scripts │ │ ├── ImageEffectBase.cs │ │ ├── ImageEffectBase.cs.meta │ │ ├── PostEffectsBase.cs │ │ ├── PostEffectsBase.cs.meta │ │ ├── VignetteAndChromaticAberration.cs │ │ └── VignetteAndChromaticAberration.cs.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ ├── ChromaticAberrationShader.shader │ │ ├── ChromaticAberrationShader.shader.meta │ │ ├── VignettingShader.shader │ │ ├── VignettingShader.shader.meta │ │ ├── _DepthOfField.meta │ │ └── _DepthOfField │ │ │ ├── SeparableBlur.shader │ │ │ └── SeparableBlur.shader.meta │ │ ├── Textures.meta │ │ └── Textures │ │ ├── VignetteMask.png │ │ └── VignetteMask.png.meta ├── Textures.meta └── Textures │ ├── Build.meta │ ├── Build │ ├── icon.png │ └── icon.png.meta │ ├── UI.meta │ ├── UI │ ├── marketCloseButton@2x.png │ ├── marketCloseButton@2x.png.meta │ ├── restartIcon.psd │ ├── restartIcon.psd.meta │ ├── settingsIcon.psd │ ├── settingsIcon.psd.meta │ ├── single-chevron.png │ ├── single-chevron.png.meta │ ├── story-double-chevron@2x.png │ └── story-double-chevron@2x.png.meta │ ├── background.psd │ ├── background.psd.meta │ ├── fade.psd │ ├── fade.psd.meta │ ├── paper.png │ └── paper.png.meta ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityAdsSettings.asset └── UnityConnectSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Editor.meta -------------------------------------------------------------------------------- /Assets/Editor/ImageEffects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Editor/ImageEffects.meta -------------------------------------------------------------------------------- /Assets/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs -------------------------------------------------------------------------------- /Assets/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Editor/ImageEffects/VignetteAndChromaticAberrationEditor.cs.meta -------------------------------------------------------------------------------- /Assets/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Light.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Light.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-LightItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-LightItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Medium.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Medium.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Readme.txt -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Readme.txt.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-Thin.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-Thin.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Lato/Lato-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Lato/Lato-ThinItalic.ttf.meta -------------------------------------------------------------------------------- /Assets/Fonts/Remington-Noiseless.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Remington-Noiseless.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Remington-Noiseless.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Fonts/Remington-Noiseless.ttf.meta -------------------------------------------------------------------------------- /Assets/Ink.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Ink.meta -------------------------------------------------------------------------------- /Assets/Ink/TheIntercept.ink: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Ink/TheIntercept.ink -------------------------------------------------------------------------------- /Assets/Ink/TheIntercept.ink.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Ink/TheIntercept.ink.meta -------------------------------------------------------------------------------- /Assets/Ink/TheIntercept.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Ink/TheIntercept.json -------------------------------------------------------------------------------- /Assets/Ink/TheIntercept.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Ink/TheIntercept.json.meta -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/Newtonsoft.Json.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/Newtonsoft.Json.dll.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/ink-engine.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/ink-engine.dll -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/ink-engine.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/ink-engine.dll.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/inklecate_mac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/inklecate_mac -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/inklecate_mac.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/inklecate_mac.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/inklecate_win.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/inklecate_win.exe -------------------------------------------------------------------------------- /Assets/Plugins/Ink/DLLs/inklecate_win.exe.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/DLLs/inklecate_win.exe.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler/Auto Compiler.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler/Auto Compiler.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler/Auto Compiler/InkPostProcessor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler/Auto Compiler/InkPostProcessor.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler/Auto Compiler/InkPostProcessor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler/Auto Compiler/InkPostProcessor.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler/InkCompiler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler/InkCompiler.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Compiler/InkCompiler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Compiler/InkCompiler.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/InkBrowserIcons.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/InkBrowserIcons.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/InkBrowserIcons.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/InkBrowserIcons.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon-retina.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon-retina.psd -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon-retina.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon-retina.psd.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon.psd -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/File Icons/Resources/InkFileIcon.psd.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/InkInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/InkInspector.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/InkInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/InkInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectEditor.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectEditor.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectInspector.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Inspector/Ink Inspector/ObjectInspector.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Library.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Library.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Library/InkFile.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Library/InkFile.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Library/InkFile.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Library/InkFile.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Library/InkLibrary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Library/InkLibrary.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Ink Library/InkLibrary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Ink Library/InkLibrary.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Player Window.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Player Window.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Player Window/InkPlayerWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Player Window/InkPlayerWindow.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Player Window/InkPlayerWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Player Window/InkPlayerWindow.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Tools.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Tools.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Tools/InkEditorUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Tools/InkEditorUtils.cs -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Editor/Tools/InkEditorUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Editor/Tools/InkEditorUtils.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Licence.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Licence.txt -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Licence.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Licence.txt.meta -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Readme.md -------------------------------------------------------------------------------- /Assets/Plugins/Ink/Readme.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Plugins/Ink/Readme.md.meta -------------------------------------------------------------------------------- /Assets/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Chevron.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Chevron.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Chevron.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Chevron.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Choice Group.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Choice Group.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Choice Group.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Choice Group.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Choice.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Choice.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Choice.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Choice.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Content.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Content.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Content.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Content.prefab.meta -------------------------------------------------------------------------------- /Assets/Prefabs/Empty.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Empty.prefab -------------------------------------------------------------------------------- /Assets/Prefabs/Empty.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Prefabs/Empty.prefab.meta -------------------------------------------------------------------------------- /Assets/SFX.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX.meta -------------------------------------------------------------------------------- /Assets/SFX/222549__caderesounds__horror-cinema-2-2014.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/222549__caderesounds__horror-cinema-2-2014.wav -------------------------------------------------------------------------------- /Assets/SFX/222549__caderesounds__horror-cinema-2-2014.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/222549__caderesounds__horror-cinema-2-2014.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193945__soundslikewillem__d.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193945__soundslikewillem__d.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193945__soundslikewillem__d.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193945__soundslikewillem__d.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193946__soundslikewillem__c.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193946__soundslikewillem__c.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193946__soundslikewillem__c.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193946__soundslikewillem__c.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193947__soundslikewillem__b.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193947__soundslikewillem__b.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193947__soundslikewillem__b.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193947__soundslikewillem__b.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193948__soundslikewillem__a.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193948__soundslikewillem__a.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193948__soundslikewillem__a.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193948__soundslikewillem__a.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193949__soundslikewillem__h.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193949__soundslikewillem__h.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193949__soundslikewillem__h.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193949__soundslikewillem__h.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193950__soundslikewillem__g.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193950__soundslikewillem__g.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193950__soundslikewillem__g.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193950__soundslikewillem__g.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193951__soundslikewillem__f.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193951__soundslikewillem__f.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193951__soundslikewillem__f.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193951__soundslikewillem__f.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193952__soundslikewillem__e.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193952__soundslikewillem__e.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193952__soundslikewillem__e.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193952__soundslikewillem__e.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193953__soundslikewillem__j.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193953__soundslikewillem__j.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193953__soundslikewillem__j.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193953__soundslikewillem__j.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193954__soundslikewillem__i.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193954__soundslikewillem__i.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193954__soundslikewillem__i.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193954__soundslikewillem__i.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193955__soundslikewillem__w.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193955__soundslikewillem__w.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193955__soundslikewillem__w.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193955__soundslikewillem__w.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193956__soundslikewillem__x.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193956__soundslikewillem__x.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193956__soundslikewillem__x.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193956__soundslikewillem__x.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193957__soundslikewillem__u.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193957__soundslikewillem__u.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193957__soundslikewillem__u.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193957__soundslikewillem__u.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193958__soundslikewillem__v.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193958__soundslikewillem__v.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193958__soundslikewillem__v.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193958__soundslikewillem__v.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193959__soundslikewillem__y.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193959__soundslikewillem__y.wav -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/193959__soundslikewillem__y.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/193959__soundslikewillem__y.wav.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/_readme_and_license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/_readme_and_license.txt -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/_readme_and_license.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/_readme_and_license.txt.meta -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/attachingPaper.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/attachingPaper.mp3 -------------------------------------------------------------------------------- /Assets/SFX/Key Sounds/attachingPaper.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/Key Sounds/attachingPaper.mp3.meta -------------------------------------------------------------------------------- /Assets/SFX/looping-dark-ambience.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/looping-dark-ambience.mp3 -------------------------------------------------------------------------------- /Assets/SFX/looping-dark-ambience.mp3.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/SFX/looping-dark-ambience.mp3.meta -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scenes.meta -------------------------------------------------------------------------------- /Assets/Scenes/Demo.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scenes/Demo.unity -------------------------------------------------------------------------------- /Assets/Scenes/Demo.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scenes/Demo.unity.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Audio.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio/AudioClipDatabase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Audio/AudioClipDatabase.cs -------------------------------------------------------------------------------- /Assets/Scripts/Audio/AudioClipDatabase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Audio/AudioClipDatabase.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Audio/BackgroundAmbienceController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Audio/BackgroundAmbienceController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Audio/BackgroundAmbienceController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Audio/BackgroundAmbienceController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/ContentManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/ContentManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/ContentManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/ContentManager.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/DeviceScaler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/DeviceScaler.cs -------------------------------------------------------------------------------- /Assets/Scripts/DeviceScaler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/DeviceScaler.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/Main.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/Main.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/Main.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/Main.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/EndState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/EndState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/EndState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/EndState.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/View.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/View.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/View/EndRestartButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/View/EndRestartButton.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/View/EndRestartButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/View/EndRestartButton.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/View/EndView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/View/EndView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/End/View/EndView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/End/View/EndView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/GameState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/GameState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/GameState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/GameState.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChevronButtonView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChevronButtonView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChevronButtonView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChevronButtonView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceGroupContainerView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceGroupContainerView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceGroupContainerView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceGroupContainerView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceGroupView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceGroupView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceGroupView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceGroupView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ChoiceView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ChoiceView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ContentView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ContentView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ContentView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ContentView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Credits.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Credits.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Credits/CreditsView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Credits/CreditsView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Credits/CreditsView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Credits/CreditsView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/EmptyView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/EmptyView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/EmptyView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/EmptyView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ScrollToBottomButtonView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ScrollToBottomButtonView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/ScrollToBottomButtonView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/ScrollToBottomButtonView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/QuitButtonController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/QuitButtonController.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/QuitButtonController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/QuitButtonController.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/SettingsButton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/SettingsButton.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/SettingsButton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/SettingsButton.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/SettingsView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/SettingsView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/Settings/SettingsView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/Settings/SettingsView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/StoryElementView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/StoryElementView.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Game/View/StoryElementView.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Game/View/StoryElementView.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Intro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Intro.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Intro/IntroState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Intro/IntroState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Intro/IntroState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Intro/IntroState.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Intro/IntroTypedText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Intro/IntroTypedText.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/Intro/IntroTypedText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/Intro/IntroTypedText.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/MainState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/MainState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Main/States/MainState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Main/States/MainState.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Tests.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Tests.meta -------------------------------------------------------------------------------- /Assets/Scripts/Tests/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Tests/Editor.meta -------------------------------------------------------------------------------- /Assets/Scripts/Tests/Editor/RichTextSubstringTests.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Tests/Editor/RichTextSubstringTests.cs -------------------------------------------------------------------------------- /Assets/Scripts/Tests/Editor/RichTextSubstringTests.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Tests/Editor/RichTextSubstringTests.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/MonoSingleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/MonoSingleton.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/MonoSingleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/MonoSingleton.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/RichTextSubstring.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/RichTextSubstring.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/RichTextSubstring.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/RichTextSubstring.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Timer.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Timer.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Timer/Timer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Timer/Timer.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Timer/Timer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Timer/Timer.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Timer/TimerState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Timer/TimerState.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Timer/TimerState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Timer/TimerState.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/Base.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/Base.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/Base/TypeTween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/Base/TypeTween.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/Base/TypeTween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/Base/TypeTween.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/ColorTween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/ColorTween.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/ColorTween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/ColorTween.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/FloatTween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/FloatTween.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/FloatTween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/FloatTween.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/Vector2Tween.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/Vector2Tween.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/Tween/Types/Vector2Tween.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/Tween/Types/Vector2Tween.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/TypedText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/TypedText.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/TypedText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/TypedText.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/CanvasGroupOpacityInteractionEnabler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/CanvasGroupOpacityInteractionEnabler.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/CanvasGroupOpacityInteractionEnabler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/CanvasGroupOpacityInteractionEnabler.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/GraphicPulser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/GraphicPulser.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/GraphicPulser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/GraphicPulser.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/LetterSpacing.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/LetterSpacing.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/LetterSpacing.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/LetterSpacing.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/ScrollRectEventProxy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/ScrollRectEventProxy.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UI/ScrollRectEventProxy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UI/ScrollRectEventProxy.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UIMonoBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UIMonoBehaviour.cs -------------------------------------------------------------------------------- /Assets/Scripts/Utils/UIMonoBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Scripts/Utils/UIMonoBehaviour.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/ImageEffectBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/ImageEffectBase.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/ImageEffectBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/ImageEffectBase.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/PostEffectsBase.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/VignetteAndChromaticAberration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/VignetteAndChromaticAberration.cs -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Scripts/VignetteAndChromaticAberration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Scripts/VignetteAndChromaticAberration.cs.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/ChromaticAberrationShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/ChromaticAberrationShader.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/ChromaticAberrationShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/ChromaticAberrationShader.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/VignettingShader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/VignettingShader.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/VignettingShader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/VignettingShader.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/_DepthOfField.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d9cccf980fcb7441d85b8b3b5c2d2c34 3 | -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/_DepthOfField/SeparableBlur.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/_DepthOfField/SeparableBlur.shader -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Shaders/_DepthOfField/SeparableBlur.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Shaders/_DepthOfField/SeparableBlur.shader.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Textures.meta -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Textures/VignetteMask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Textures/VignetteMask.png -------------------------------------------------------------------------------- /Assets/Standard Assets/Effects/ImageEffects/Textures/VignetteMask.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Standard Assets/Effects/ImageEffects/Textures/VignetteMask.png.meta -------------------------------------------------------------------------------- /Assets/Textures.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures.meta -------------------------------------------------------------------------------- /Assets/Textures/Build.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/Build.meta -------------------------------------------------------------------------------- /Assets/Textures/Build/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/Build/icon.png -------------------------------------------------------------------------------- /Assets/Textures/Build/icon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/Build/icon.png.meta -------------------------------------------------------------------------------- /Assets/Textures/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI.meta -------------------------------------------------------------------------------- /Assets/Textures/UI/marketCloseButton@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/marketCloseButton@2x.png -------------------------------------------------------------------------------- /Assets/Textures/UI/marketCloseButton@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/marketCloseButton@2x.png.meta -------------------------------------------------------------------------------- /Assets/Textures/UI/restartIcon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/restartIcon.psd -------------------------------------------------------------------------------- /Assets/Textures/UI/restartIcon.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/restartIcon.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/UI/settingsIcon.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/settingsIcon.psd -------------------------------------------------------------------------------- /Assets/Textures/UI/settingsIcon.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/settingsIcon.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/UI/single-chevron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/single-chevron.png -------------------------------------------------------------------------------- /Assets/Textures/UI/single-chevron.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/single-chevron.png.meta -------------------------------------------------------------------------------- /Assets/Textures/UI/story-double-chevron@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/story-double-chevron@2x.png -------------------------------------------------------------------------------- /Assets/Textures/UI/story-double-chevron@2x.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/UI/story-double-chevron@2x.png.meta -------------------------------------------------------------------------------- /Assets/Textures/background.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/background.psd -------------------------------------------------------------------------------- /Assets/Textures/background.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/background.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/fade.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/fade.psd -------------------------------------------------------------------------------- /Assets/Textures/fade.psd.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/fade.psd.meta -------------------------------------------------------------------------------- /Assets/Textures/paper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/paper.png -------------------------------------------------------------------------------- /Assets/Textures/paper.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/Assets/Textures/paper.png.meta -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityAdsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/UnityAdsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/inkle/the-intercept/HEAD/README.md --------------------------------------------------------------------------------