gitextract_k006hrwp/ ├── .gitignore ├── Editor/ │ ├── Inspectors/ │ │ ├── SlideDeckEditor.cs │ │ └── SlideDeckEditor.cs.meta │ ├── Inspectors.meta │ ├── PresentationWindow.cs │ ├── PresentationWindow.cs.meta │ ├── Utils/ │ │ ├── EditorUtils.cs │ │ ├── EditorUtils.cs.meta │ │ ├── GUIElements.cs │ │ └── GUIElements.cs.meta │ └── Utils.meta ├── Editor.meta ├── Properties.asset ├── Properties.asset.meta ├── README.md ├── README.md.meta ├── Scenes/ │ ├── Empty.unity │ ├── Empty.unity.meta │ ├── Loader.unity │ └── Loader.unity.meta ├── Scenes.meta ├── Scripts/ │ ├── Behaviours/ │ │ ├── Empty.cs │ │ ├── Empty.cs.meta │ │ ├── Loader.cs │ │ ├── Loader.cs.meta │ │ ├── PresentationHelper.cs │ │ └── PresentationHelper.cs.meta │ ├── Behaviours.meta │ ├── EditorOnly/ │ │ ├── GameView.cs │ │ └── GameView.cs.meta │ ├── EditorOnly.meta │ ├── Engine.cs │ ├── Engine.cs.meta │ ├── PresentationSlide.cs │ ├── PresentationSlide.cs.meta │ ├── Properties.cs │ ├── Properties.cs.meta │ ├── SlideDeck.cs │ ├── SlideDeck.cs.meta │ ├── Utils/ │ │ ├── PresentationUtils.cs │ │ ├── PresentationUtils.cs.meta │ │ ├── SceneUtils.cs │ │ └── SceneUtils.cs.meta │ └── Utils.meta ├── Scripts.meta ├── TextMesh Pro/ │ ├── GUISkins/ │ │ ├── TMPro_DarkSkin.guiskin │ │ ├── TMPro_DarkSkin.guiskin.meta │ │ ├── TMPro_LightSkin.guiskin │ │ ├── TMPro_LightSkin.guiskin.meta │ │ ├── Textures/ │ │ │ ├── Box Area 85 Dark.psd │ │ │ ├── Box Area 85 Dark.psd.meta │ │ │ ├── Box Area Dark (LEFT).psd │ │ │ ├── Box Area Dark (LEFT).psd.meta │ │ │ ├── Box Area Dark.psd │ │ │ ├── Box Area Dark.psd.meta │ │ │ ├── Box Area Light (LEFT).psd │ │ │ ├── Box Area Light (LEFT).psd.meta │ │ │ ├── Box Area Light.psd │ │ │ ├── Box Area Light.psd.meta │ │ │ ├── Box Area Medium (LEFT).psd │ │ │ ├── Box Area Medium (LEFT).psd.meta │ │ │ ├── Box Area Medium.psd │ │ │ ├── Box Area Medium.psd.meta │ │ │ ├── Square Box Area (40 Grey).psd │ │ │ ├── Square Box Area (40 Grey).psd.meta │ │ │ ├── Square Box Area (85 Grey).psd │ │ │ ├── Square Box Area (85 Grey).psd.meta │ │ │ ├── btn_AlignBaseLine.psd │ │ │ ├── btn_AlignBaseLine.psd.meta │ │ │ ├── btn_AlignBaseLine_Light.psd │ │ │ ├── btn_AlignBaseLine_Light.psd.meta │ │ │ ├── btn_AlignBottom.psd │ │ │ ├── btn_AlignBottom.psd.meta │ │ │ ├── btn_AlignBottom_Light.psd │ │ │ ├── btn_AlignBottom_Light.psd.meta │ │ │ ├── btn_AlignCapLine.psd │ │ │ ├── btn_AlignCapLine.psd.meta │ │ │ ├── btn_AlignCapLine_Light.psd │ │ │ ├── btn_AlignCapLine_Light.psd.meta │ │ │ ├── btn_AlignCenter.psd │ │ │ ├── btn_AlignCenter.psd.meta │ │ │ ├── btn_AlignCenterGeo.psd │ │ │ ├── btn_AlignCenterGeo.psd.meta │ │ │ ├── btn_AlignCenterGeo_Light.psd │ │ │ ├── btn_AlignCenterGeo_Light.psd.meta │ │ │ ├── btn_AlignCenter_Light.psd │ │ │ ├── btn_AlignCenter_Light.psd.meta │ │ │ ├── btn_AlignFlush.psd │ │ │ ├── btn_AlignFlush.psd.meta │ │ │ ├── btn_AlignFlush_Light.psd │ │ │ ├── btn_AlignFlush_Light.psd.meta │ │ │ ├── btn_AlignJustified.psd │ │ │ ├── btn_AlignJustified.psd.meta │ │ │ ├── btn_AlignJustified_Light.psd │ │ │ ├── btn_AlignJustified_Light.psd.meta │ │ │ ├── btn_AlignLeft.psd │ │ │ ├── btn_AlignLeft.psd.meta │ │ │ ├── btn_AlignLeft_Light.psd │ │ │ ├── btn_AlignLeft_Light.psd.meta │ │ │ ├── btn_AlignMidLine.psd │ │ │ ├── btn_AlignMidLine.psd.meta │ │ │ ├── btn_AlignMiddle.psd │ │ │ ├── btn_AlignMiddle.psd.meta │ │ │ ├── btn_AlignMiddle_Light.psd │ │ │ ├── btn_AlignMiddle_Light.psd.meta │ │ │ ├── btn_AlignMidline_Light.psd │ │ │ ├── btn_AlignMidline_Light.psd.meta │ │ │ ├── btn_AlignRight.psd │ │ │ ├── btn_AlignRight.psd.meta │ │ │ ├── btn_AlignRight_Light.psd │ │ │ ├── btn_AlignRight_Light.psd.meta │ │ │ ├── btn_AlignTop.psd │ │ │ ├── btn_AlignTop.psd.meta │ │ │ ├── btn_AlignTop_Light.psd │ │ │ ├── btn_AlignTop_Light.psd.meta │ │ │ ├── progress bar (Light).psd │ │ │ ├── progress bar (Light).psd.meta │ │ │ ├── progress bar.psd │ │ │ └── progress bar.psd.meta │ │ └── Textures.meta │ ├── GUISkins.meta │ ├── Gizmos/ │ │ ├── TMP - Dropdown Icon.psd │ │ ├── TMP - Dropdown Icon.psd.meta │ │ ├── TMP - Font Asset Icon.psd │ │ ├── TMP - Font Asset Icon.psd.meta │ │ ├── TMP - Input Field Icon.psd │ │ ├── TMP - Input Field Icon.psd.meta │ │ ├── TMP - Text Component Icon.psd │ │ ├── TMP - Text Component Icon.psd.meta │ │ ├── TextMeshPro Inline Graphics icon.psd │ │ └── TextMeshPro Inline Graphics icon.psd.meta │ ├── Gizmos.meta │ ├── Plugins/ │ │ ├── 32 Bit Plugins/ │ │ │ ├── TMPro_Plugin.bundle │ │ │ ├── TMPro_Plugin.bundle.meta │ │ │ └── TMPro_Plugin.dll.meta │ │ ├── 32 Bit Plugins.meta │ │ ├── 64 Bit Plugins/ │ │ │ ├── TMPro_Plugin.bundle │ │ │ ├── TMPro_Plugin.bundle.meta │ │ │ └── TMPro_Plugin.dll.meta │ │ ├── 64 Bit Plugins.meta │ │ ├── Editor/ │ │ │ └── TextMeshPro-1.0.55.2017.1.0b12-Editor.dll.meta │ │ ├── Editor.meta │ │ ├── Runtime DLL/ │ │ │ └── TextMeshPro-1.0.55.2017.1.0b12.dll.meta │ │ ├── Runtime DLL.meta │ │ ├── TextMeshPro-1.0.55.2017.1.0b12.dll.meta │ │ └── vcomp120.dll.meta │ ├── Plugins.meta │ ├── Resources/ │ │ ├── Fonts & Materials/ │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── Fonts & Materials.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Shaders/ │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface.shader │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ ├── TMP_SDF.shader │ │ │ ├── TMP_SDF.shader.meta │ │ │ ├── TMP_Sprite.shader │ │ │ ├── TMP_Sprite.shader.meta │ │ │ ├── TMPro.cginc │ │ │ ├── TMPro.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.meta │ │ ├── Shaders.meta │ │ ├── Sprite Assets/ │ │ │ ├── Default Sprite Asset.asset │ │ │ ├── Default Sprite Asset.asset.meta │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Sprite Assets.meta │ │ ├── Style Sheets/ │ │ │ ├── TMP Default Style Sheet.asset │ │ │ └── TMP Default Style Sheet.asset.meta │ │ ├── Style Sheets.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Resources.meta │ ├── Sprites/ │ │ ├── Default Sprite Asset.png.meta │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ └── EmojiOne.png.meta │ └── Sprites.meta ├── TextMesh Pro.meta ├── Unity/ │ ├── Editor/ │ │ ├── Colors/ │ │ │ ├── Unity Brand Colors.colors │ │ │ └── Unity Brand Colors.colors.meta │ │ ├── Colors.meta │ │ ├── Gradients/ │ │ │ ├── Unity Brand Gradients.gradients │ │ │ └── Unity Brand Gradients.gradients.meta │ │ └── Gradients.meta │ ├── Editor.meta │ ├── Fonts/ │ │ ├── roboto/ │ │ │ ├── Apache License.txt │ │ │ ├── Apache License.txt.meta │ │ │ ├── Roboto-Black.ttf.meta │ │ │ ├── Roboto-BlackItalic.ttf.meta │ │ │ ├── Roboto-Bold.ttf.meta │ │ │ ├── Roboto-BoldItalic.ttf.meta │ │ │ ├── Roboto-Italic.ttf.meta │ │ │ ├── Roboto-Light.ttf.meta │ │ │ ├── Roboto-LightItalic.ttf.meta │ │ │ ├── Roboto-Medium.ttf.meta │ │ │ ├── Roboto-MediumItalic.ttf.meta │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ ├── Roboto-Thin.ttf.meta │ │ │ ├── Roboto-ThinItalic.ttf.meta │ │ │ ├── RobotoCondensed-Bold.ttf.meta │ │ │ ├── RobotoCondensed-BoldItalic.ttf.meta │ │ │ ├── RobotoCondensed-Italic.ttf.meta │ │ │ ├── RobotoCondensed-Light.ttf.meta │ │ │ ├── RobotoCondensed-LightItalic.ttf.meta │ │ │ ├── RobotoCondensed-Regular.ttf.meta │ │ │ ├── SDF/ │ │ │ │ ├── Roboto Symbols SDF.asset │ │ │ │ ├── Roboto Symbols SDF.asset.meta │ │ │ │ ├── Roboto-Bold SDF.asset │ │ │ │ ├── Roboto-Bold SDF.asset.meta │ │ │ │ ├── Roboto-BoldItalic SDF.asset │ │ │ │ ├── Roboto-BoldItalic SDF.asset.meta │ │ │ │ ├── Roboto-Italic SDF.asset │ │ │ │ ├── Roboto-Italic SDF.asset.meta │ │ │ │ ├── Roboto-Regular SDF.asset │ │ │ │ └── Roboto-Regular SDF.asset.meta │ │ │ └── SDF.meta │ │ └── roboto.meta │ ├── Fonts.meta │ ├── Template Slides/ │ │ ├── Dark Theme/ │ │ │ ├── BulletPointTextLeftAlignment/ │ │ │ │ ├── Slide-BulletPointTextLeftAlignment.unity │ │ │ │ └── Slide-BulletPointTextLeftAlignment.unity.meta │ │ │ ├── BulletPointTextLeftAlignment.meta │ │ │ ├── DataNumberCentral/ │ │ │ │ ├── Slide-DataNumberCentral.unity │ │ │ │ └── Slide-DataNumberCentral.unity.meta │ │ │ ├── DataNumberCentral.meta │ │ │ ├── DataNumbersSideBySide/ │ │ │ │ ├── Slide-DataNumbersSideBySide.unity │ │ │ │ └── Slide-DataNumbersSideBySide.unity.meta │ │ │ ├── DataNumbersSideBySide.meta │ │ │ ├── DeepBlueBG(Blank)/ │ │ │ │ ├── Slide-DeepBlueBG.unity │ │ │ │ └── Slide-DeepBlueBG.unity.meta │ │ │ ├── DeepBlueBG(Blank).meta │ │ │ ├── HalfContentLeft/ │ │ │ │ ├── Slide-HalfContentLeft.unity │ │ │ │ └── Slide-HalfContentLeft.unity.meta │ │ │ ├── HalfContentLeft.meta │ │ │ ├── HeaderCentral/ │ │ │ │ ├── Slide-HeaderCentral.unity │ │ │ │ └── Slide-HeaderCentral.unity.meta │ │ │ ├── HeaderCentral.meta │ │ │ ├── HeaderCentralWithParagraph/ │ │ │ │ ├── Slide-HeaderCentralWithParagraph.unity │ │ │ │ └── Slide-HeaderCentralWithParagraph.unity.meta │ │ │ ├── HeaderCentralWithParagraph.meta │ │ │ ├── LogoCentral/ │ │ │ │ ├── Slide-LogoCentral.unity │ │ │ │ └── Slide-LogoCentral.unity.meta │ │ │ ├── LogoCentral.meta │ │ │ ├── MeshObjectInFrontOfSlide/ │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── CubeBehaviour.cs │ │ │ │ │ └── CubeBehaviour.cs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Slide-MeshObjectInFrontOfSlide.unity │ │ │ │ └── Slide-MeshObjectInFrontOfSlide.unity.meta │ │ │ ├── MeshObjectInFrontOfSlide.meta │ │ │ ├── ParagraphsSideBySide/ │ │ │ │ ├── Slide-ParagraphsSideBySide.unity │ │ │ │ └── Slide-ParagraphsSideBySide.unity.meta │ │ │ ├── ParagraphsSideBySide.meta │ │ │ ├── PartnerSlide/ │ │ │ │ ├── Images/ │ │ │ │ │ ├── image1.png.meta │ │ │ │ │ ├── image2.png.meta │ │ │ │ │ ├── image3.png.meta │ │ │ │ │ ├── image4.png.meta │ │ │ │ │ ├── image5.png.meta │ │ │ │ │ └── image6.png.meta │ │ │ │ ├── Images.meta │ │ │ │ ├── Slide-PartnerSlide.unity │ │ │ │ └── Slide-PartnerSlide.unity.meta │ │ │ ├── PartnerSlide.meta │ │ │ ├── RenderTextureInSlide/ │ │ │ │ ├── Materials/ │ │ │ │ │ ├── CloudySkyboxMat.mat │ │ │ │ │ ├── CloudySkyboxMat.mat.meta │ │ │ │ │ ├── PlatformMat.mat │ │ │ │ │ ├── PlatformMat.mat.meta │ │ │ │ │ ├── SphereMat.mat │ │ │ │ │ └── SphereMat.mat.meta │ │ │ │ ├── Materials.meta │ │ │ │ ├── PhysicsMaterial/ │ │ │ │ │ ├── Bounce.physicMaterial │ │ │ │ │ └── Bounce.physicMaterial.meta │ │ │ │ ├── PhysicsMaterial.meta │ │ │ │ ├── RenderTextures/ │ │ │ │ │ ├── RenderTextureExample.renderTexture │ │ │ │ │ └── RenderTextureExample.renderTexture.meta │ │ │ │ ├── RenderTextures.meta │ │ │ │ ├── Scripts/ │ │ │ │ │ ├── BounceSphereBehaviour.cs │ │ │ │ │ ├── BounceSphereBehaviour.cs.meta │ │ │ │ │ ├── DirectionalLightBehaviour.cs │ │ │ │ │ └── DirectionalLightBehaviour.cs.meta │ │ │ │ ├── Scripts.meta │ │ │ │ ├── Slide-RenderTextureInSlide/ │ │ │ │ │ ├── LightingData.asset │ │ │ │ │ ├── LightingData.asset.meta │ │ │ │ │ ├── ReflectionProbe-0.exr │ │ │ │ │ └── ReflectionProbe-0.exr.meta │ │ │ │ ├── Slide-RenderTextureInSlide.meta │ │ │ │ ├── Slide-RenderTextureInSlide.unity │ │ │ │ ├── Slide-RenderTextureInSlide.unity.meta │ │ │ │ ├── Textures/ │ │ │ │ │ └── CloudyCubemap.jpg.meta │ │ │ │ └── Textures.meta │ │ │ ├── RenderTextureInSlide.meta │ │ │ ├── ServicesIn3Column/ │ │ │ │ ├── Images/ │ │ │ │ │ ├── Logo-Flag.png.meta │ │ │ │ │ ├── Logo-Nodes.png.meta │ │ │ │ │ └── Logo-Sheets.png.meta │ │ │ │ ├── Images.meta │ │ │ │ ├── Slide-ServicesIn3Columns.unity │ │ │ │ └── Slide-ServicesIn3Columns.unity.meta │ │ │ ├── ServicesIn3Column.meta │ │ │ ├── UnityColorBG/ │ │ │ │ ├── Images/ │ │ │ │ │ └── UnityColorBG.png.meta │ │ │ │ ├── Images.meta │ │ │ │ ├── Slide-UnityColorBG.unity │ │ │ │ └── Slide-UnityColorBG.unity.meta │ │ │ ├── UnityColorBG.meta │ │ │ ├── VerticalAboveServicesAnd3Rows/ │ │ │ │ ├── Images/ │ │ │ │ │ ├── Logo-Connection.png.meta │ │ │ │ │ ├── Logo-HandBag.png.meta │ │ │ │ │ └── Logo-Networking.png.meta │ │ │ │ ├── Images.meta │ │ │ │ ├── Slide-ServicesSlide.unity │ │ │ │ └── Slide-ServicesSlide.unity.meta │ │ │ └── VerticalAboveServicesAnd3Rows.meta │ │ ├── Dark Theme.meta │ │ ├── Light Theme/ │ │ │ ├── BulletPointTextLeftAlignment/ │ │ │ │ ├── Slide-BulletPointTextLeftAlignment.unity │ │ │ │ └── Slide-BulletPointTextLeftAlignment.unity.meta │ │ │ ├── BulletPointTextLeftAlignment.meta │ │ │ ├── HeaderCentral/ │ │ │ │ ├── Slide-HeaderCentral.unity │ │ │ │ └── Slide-HeaderCentral.unity.meta │ │ │ ├── HeaderCentral.meta │ │ │ ├── ParagraphsSideBySide/ │ │ │ │ ├── Slide-ParagraphsSideBySide.unity │ │ │ │ └── Slide-ParagraphsSideBySide.unity.meta │ │ │ └── ParagraphsSideBySide.meta │ │ ├── Light Theme.meta │ │ ├── Unite Austin/ │ │ │ ├── Scenes/ │ │ │ │ ├── About Me.unity │ │ │ │ ├── About Me.unity.meta │ │ │ │ ├── Big Section (black).unity │ │ │ │ ├── Big Section (black).unity.meta │ │ │ │ ├── Big Section.unity │ │ │ │ ├── Big Section.unity.meta │ │ │ │ ├── Content Image.unity │ │ │ │ ├── Content Image.unity.meta │ │ │ │ ├── Content.unity │ │ │ │ ├── Content.unity.meta │ │ │ │ ├── Empty.unity │ │ │ │ ├── Empty.unity.meta │ │ │ │ ├── Intro.unity │ │ │ │ ├── Intro.unity.meta │ │ │ │ ├── Last.unity │ │ │ │ ├── Last.unity.meta │ │ │ │ ├── Small Section (black).unity │ │ │ │ ├── Small Section (black).unity.meta │ │ │ │ ├── Small Section.unity │ │ │ │ ├── Small Section.unity.meta │ │ │ │ ├── Title.unity │ │ │ │ └── Title.unity.meta │ │ │ ├── Scenes.meta │ │ │ ├── Textures/ │ │ │ │ ├── grumpy.jpg.meta │ │ │ │ ├── img.jpg.meta │ │ │ │ ├── logo.png.meta │ │ │ │ ├── logo2.png.meta │ │ │ │ └── salad.png.meta │ │ │ ├── Textures.meta │ │ │ ├── Unite Austin.asset │ │ │ └── Unite Austin.asset.meta │ │ ├── Unite Austin.meta │ │ ├── _SharedRecources/ │ │ │ ├── Images/ │ │ │ │ ├── UnityLogo (black).png.meta │ │ │ │ ├── UnityLogo.png.meta │ │ │ │ ├── UnityLogoHD (black).png.meta │ │ │ │ └── UnityLogoHD.png.meta │ │ │ ├── Images.meta │ │ │ ├── Materials/ │ │ │ │ ├── BrandedGradientFont.mat │ │ │ │ └── BrandedGradientFont.mat.meta │ │ │ ├── Materials.meta │ │ │ ├── Scripts/ │ │ │ │ ├── TextGradientVertexColoring.cs │ │ │ │ └── TextGradientVertexColoring.cs.meta │ │ │ └── Scripts.meta │ │ └── _SharedRecources.meta │ ├── Template Slides.meta │ ├── Unity Sample Presentation (Dark).asset │ └── Unity Sample Presentation (Dark).asset.meta └── Unity.meta