├── .gitignore ├── Assets ├── Audio.meta ├── Audio │ ├── Long_Road.mp3 │ └── Long_Road.mp3.meta ├── Clips.meta ├── Clips │ ├── Jellyfish Video 30s.mp4 │ └── Jellyfish Video 30s.mp4.meta ├── Fonts.meta ├── Fonts │ ├── Font Files.meta │ ├── Font Files │ │ ├── Lato.meta │ │ ├── Lato │ │ │ ├── Lato-Black.ttf │ │ │ ├── Lato-Black.ttf.meta │ │ │ ├── Lato-BlackItalic.ttf │ │ │ ├── Lato-BlackItalic.ttf.meta │ │ │ ├── Lato-Bold.ttf │ │ │ ├── Lato-Bold.ttf.meta │ │ │ ├── Lato-BoldItalic.ttf │ │ │ ├── Lato-BoldItalic.ttf.meta │ │ │ ├── Lato-Italic.ttf │ │ │ ├── Lato-Italic.ttf.meta │ │ │ ├── Lato-Light.ttf │ │ │ ├── Lato-Light.ttf.meta │ │ │ ├── Lato-LightItalic.ttf │ │ │ ├── Lato-LightItalic.ttf.meta │ │ │ ├── Lato-Regular.ttf │ │ │ ├── Lato-Regular.ttf.meta │ │ │ ├── Lato-Thin.ttf │ │ │ ├── Lato-Thin.ttf.meta │ │ │ ├── Lato-ThinItalic.ttf │ │ │ ├── Lato-ThinItalic.ttf.meta │ │ │ ├── OFL.txt │ │ │ └── OFL.txt.meta │ │ ├── Plex.meta │ │ ├── Plex │ │ │ ├── IBM_Plex_Mono.meta │ │ │ ├── IBM_Plex_Mono │ │ │ │ ├── IBMPlexMono-Bold.ttf │ │ │ │ ├── IBMPlexMono-Bold.ttf.meta │ │ │ │ ├── IBMPlexMono-BoldItalic.ttf │ │ │ │ ├── IBMPlexMono-BoldItalic.ttf.meta │ │ │ │ ├── IBMPlexMono-ExtraLight.ttf │ │ │ │ ├── IBMPlexMono-ExtraLight.ttf.meta │ │ │ │ ├── IBMPlexMono-ExtraLightItalic.ttf │ │ │ │ ├── IBMPlexMono-ExtraLightItalic.ttf.meta │ │ │ │ ├── IBMPlexMono-Italic.ttf │ │ │ │ ├── IBMPlexMono-Italic.ttf.meta │ │ │ │ ├── IBMPlexMono-Light.ttf │ │ │ │ ├── IBMPlexMono-Light.ttf.meta │ │ │ │ ├── IBMPlexMono-LightItalic.ttf │ │ │ │ ├── IBMPlexMono-LightItalic.ttf.meta │ │ │ │ ├── IBMPlexMono-Medium.ttf │ │ │ │ ├── IBMPlexMono-Medium.ttf.meta │ │ │ │ ├── IBMPlexMono-MediumItalic.ttf │ │ │ │ ├── IBMPlexMono-MediumItalic.ttf.meta │ │ │ │ ├── IBMPlexMono-Regular.ttf │ │ │ │ ├── IBMPlexMono-Regular.ttf.meta │ │ │ │ ├── IBMPlexMono-SemiBold.ttf │ │ │ │ ├── IBMPlexMono-SemiBold.ttf.meta │ │ │ │ ├── IBMPlexMono-SemiBoldItalic.ttf │ │ │ │ ├── IBMPlexMono-SemiBoldItalic.ttf.meta │ │ │ │ ├── IBMPlexMono-Thin.ttf │ │ │ │ ├── IBMPlexMono-Thin.ttf.meta │ │ │ │ ├── IBMPlexMono-ThinItalic.ttf │ │ │ │ ├── IBMPlexMono-ThinItalic.ttf.meta │ │ │ │ ├── OFL.txt │ │ │ │ └── OFL.txt.meta │ │ │ ├── IBM_Plex_Sans.meta │ │ │ ├── IBM_Plex_Sans │ │ │ │ ├── IBMPlexSans-Bold.ttf │ │ │ │ ├── IBMPlexSans-Bold.ttf.meta │ │ │ │ ├── IBMPlexSans-BoldItalic.ttf │ │ │ │ ├── IBMPlexSans-BoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSans-ExtraLight.ttf │ │ │ │ ├── IBMPlexSans-ExtraLight.ttf.meta │ │ │ │ ├── IBMPlexSans-ExtraLightItalic.ttf │ │ │ │ ├── IBMPlexSans-ExtraLightItalic.ttf.meta │ │ │ │ ├── IBMPlexSans-Italic.ttf │ │ │ │ ├── IBMPlexSans-Italic.ttf.meta │ │ │ │ ├── IBMPlexSans-Light.ttf │ │ │ │ ├── IBMPlexSans-Light.ttf.meta │ │ │ │ ├── IBMPlexSans-LightItalic.ttf │ │ │ │ ├── IBMPlexSans-LightItalic.ttf.meta │ │ │ │ ├── IBMPlexSans-Medium.ttf │ │ │ │ ├── IBMPlexSans-Medium.ttf.meta │ │ │ │ ├── IBMPlexSans-MediumItalic.ttf │ │ │ │ ├── IBMPlexSans-MediumItalic.ttf.meta │ │ │ │ ├── IBMPlexSans-Regular.ttf │ │ │ │ ├── IBMPlexSans-Regular.ttf.meta │ │ │ │ ├── IBMPlexSans-SemiBold.ttf │ │ │ │ ├── IBMPlexSans-SemiBold.ttf.meta │ │ │ │ ├── IBMPlexSans-SemiBoldItalic.ttf │ │ │ │ ├── IBMPlexSans-SemiBoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSans-Thin.ttf │ │ │ │ ├── IBMPlexSans-Thin.ttf.meta │ │ │ │ ├── IBMPlexSans-ThinItalic.ttf │ │ │ │ ├── IBMPlexSans-ThinItalic.ttf.meta │ │ │ │ ├── OFL.txt │ │ │ │ └── OFL.txt.meta │ │ │ ├── IBM_Plex_Sans_Condensed.meta │ │ │ ├── IBM_Plex_Sans_Condensed │ │ │ │ ├── IBMPlexSansCondensed-Bold.ttf │ │ │ │ ├── IBMPlexSansCondensed-Bold.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-BoldItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-BoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-ExtraLight.ttf │ │ │ │ ├── IBMPlexSansCondensed-ExtraLight.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-ExtraLightItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-ExtraLightItalic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-Italic.ttf │ │ │ │ ├── IBMPlexSansCondensed-Italic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-Light.ttf │ │ │ │ ├── IBMPlexSansCondensed-Light.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-LightItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-LightItalic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-Medium.ttf │ │ │ │ ├── IBMPlexSansCondensed-Medium.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-MediumItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-MediumItalic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-Regular.ttf │ │ │ │ ├── IBMPlexSansCondensed-Regular.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-SemiBold.ttf │ │ │ │ ├── IBMPlexSansCondensed-SemiBold.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-SemiBoldItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-SemiBoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-Thin.ttf │ │ │ │ ├── IBMPlexSansCondensed-Thin.ttf.meta │ │ │ │ ├── IBMPlexSansCondensed-ThinItalic.ttf │ │ │ │ ├── IBMPlexSansCondensed-ThinItalic.ttf.meta │ │ │ │ ├── OFL.txt │ │ │ │ └── OFL.txt.meta │ │ │ ├── IBM_Plex_Serif.meta │ │ │ └── IBM_Plex_Serif │ │ │ │ ├── IBMPlexSerif-Bold.ttf │ │ │ │ ├── IBMPlexSerif-Bold.ttf.meta │ │ │ │ ├── IBMPlexSerif-BoldItalic.ttf │ │ │ │ ├── IBMPlexSerif-BoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSerif-ExtraLight.ttf │ │ │ │ ├── IBMPlexSerif-ExtraLight.ttf.meta │ │ │ │ ├── IBMPlexSerif-ExtraLightItalic.ttf │ │ │ │ ├── IBMPlexSerif-ExtraLightItalic.ttf.meta │ │ │ │ ├── IBMPlexSerif-Italic.ttf │ │ │ │ ├── IBMPlexSerif-Italic.ttf.meta │ │ │ │ ├── IBMPlexSerif-Light.ttf │ │ │ │ ├── IBMPlexSerif-Light.ttf.meta │ │ │ │ ├── IBMPlexSerif-LightItalic.ttf │ │ │ │ ├── IBMPlexSerif-LightItalic.ttf.meta │ │ │ │ ├── IBMPlexSerif-Medium.ttf │ │ │ │ ├── IBMPlexSerif-Medium.ttf.meta │ │ │ │ ├── IBMPlexSerif-MediumItalic.ttf │ │ │ │ ├── IBMPlexSerif-MediumItalic.ttf.meta │ │ │ │ ├── IBMPlexSerif-Regular.ttf │ │ │ │ ├── IBMPlexSerif-Regular.ttf.meta │ │ │ │ ├── IBMPlexSerif-SemiBold.ttf │ │ │ │ ├── IBMPlexSerif-SemiBold.ttf.meta │ │ │ │ ├── IBMPlexSerif-SemiBoldItalic.ttf │ │ │ │ ├── IBMPlexSerif-SemiBoldItalic.ttf.meta │ │ │ │ ├── IBMPlexSerif-Thin.ttf │ │ │ │ ├── IBMPlexSerif-Thin.ttf.meta │ │ │ │ ├── IBMPlexSerif-ThinItalic.ttf │ │ │ │ ├── IBMPlexSerif-ThinItalic.ttf.meta │ │ │ │ ├── OFL.txt │ │ │ │ └── OFL.txt.meta │ │ ├── Quicksand.meta │ │ ├── Quicksand │ │ │ ├── OFL.txt │ │ │ ├── OFL.txt.meta │ │ │ ├── Quicksand-Bold.ttf │ │ │ ├── Quicksand-Bold.ttf.meta │ │ │ ├── Quicksand-Light.ttf │ │ │ ├── Quicksand-Light.ttf.meta │ │ │ ├── Quicksand-Medium.ttf │ │ │ ├── Quicksand-Medium.ttf.meta │ │ │ ├── Quicksand-Regular.ttf │ │ │ ├── Quicksand-Regular.ttf.meta │ │ │ ├── Quicksand-SemiBold.ttf │ │ │ ├── Quicksand-SemiBold.ttf.meta │ │ │ ├── Quicksand-VariableFont_wght.ttf │ │ │ ├── Quicksand-VariableFont_wght.ttf.meta │ │ │ ├── README.txt │ │ │ └── README.txt.meta │ │ ├── Roboto Slab.meta │ │ ├── Roboto Slab │ │ │ ├── LICENSE.txt │ │ │ ├── LICENSE.txt.meta │ │ │ ├── README.txt │ │ │ ├── README.txt.meta │ │ │ ├── RobotoSlab-Black.ttf │ │ │ ├── RobotoSlab-Black.ttf.meta │ │ │ ├── RobotoSlab-Bold.ttf │ │ │ ├── RobotoSlab-Bold.ttf.meta │ │ │ ├── RobotoSlab-ExtraBold.ttf │ │ │ ├── RobotoSlab-ExtraBold.ttf.meta │ │ │ ├── RobotoSlab-ExtraLight.ttf │ │ │ ├── RobotoSlab-ExtraLight.ttf.meta │ │ │ ├── RobotoSlab-Light.ttf │ │ │ ├── RobotoSlab-Light.ttf.meta │ │ │ ├── RobotoSlab-Medium.ttf │ │ │ ├── RobotoSlab-Medium.ttf.meta │ │ │ ├── RobotoSlab-Regular.ttf │ │ │ ├── RobotoSlab-Regular.ttf.meta │ │ │ ├── RobotoSlab-SemiBold.ttf │ │ │ ├── RobotoSlab-SemiBold.ttf.meta │ │ │ ├── RobotoSlab-Thin.ttf │ │ │ ├── RobotoSlab-Thin.ttf.meta │ │ │ ├── RobotoSlab-VariableFont_wght.ttf │ │ │ └── RobotoSlab-VariableFont_wght.ttf.meta │ │ ├── Roboto.meta │ │ ├── Roboto │ │ │ ├── Roboto-Black.ttf │ │ │ ├── Roboto-Black.ttf.meta │ │ │ ├── Roboto-BlackItalic.ttf │ │ │ ├── Roboto-BlackItalic.ttf.meta │ │ │ ├── Roboto-Bold.ttf │ │ │ ├── Roboto-Bold.ttf.meta │ │ │ ├── Roboto-BoldItalic.ttf │ │ │ ├── Roboto-BoldItalic.ttf.meta │ │ │ ├── Roboto-Italic.ttf │ │ │ ├── Roboto-Italic.ttf.meta │ │ │ ├── Roboto-Light.ttf │ │ │ ├── Roboto-Light.ttf.meta │ │ │ ├── Roboto-LightItalic.ttf │ │ │ ├── Roboto-LightItalic.ttf.meta │ │ │ ├── Roboto-Medium.ttf │ │ │ ├── Roboto-Medium.ttf.meta │ │ │ ├── Roboto-MediumItalic.ttf │ │ │ ├── Roboto-MediumItalic.ttf.meta │ │ │ ├── Roboto-Regular.ttf │ │ │ ├── Roboto-Regular.ttf.meta │ │ │ ├── Roboto-Thin.ttf │ │ │ ├── Roboto-Thin.ttf.meta │ │ │ ├── Roboto-ThinItalic.ttf │ │ │ └── Roboto-ThinItalic.ttf.meta │ │ ├── Source Code Pro.meta │ │ └── Source Code Pro │ │ │ ├── OFL.txt │ │ │ ├── OFL.txt.meta │ │ │ ├── SourceCodePro-Black.ttf │ │ │ ├── SourceCodePro-Black.ttf.meta │ │ │ ├── SourceCodePro-BlackItalic.ttf │ │ │ ├── SourceCodePro-BlackItalic.ttf.meta │ │ │ ├── SourceCodePro-Bold.ttf │ │ │ ├── SourceCodePro-Bold.ttf.meta │ │ │ ├── SourceCodePro-BoldItalic.ttf │ │ │ ├── SourceCodePro-BoldItalic.ttf.meta │ │ │ ├── SourceCodePro-ExtraLight.ttf │ │ │ ├── SourceCodePro-ExtraLight.ttf.meta │ │ │ ├── SourceCodePro-ExtraLightItalic.ttf │ │ │ ├── SourceCodePro-ExtraLightItalic.ttf.meta │ │ │ ├── SourceCodePro-Italic.ttf │ │ │ ├── SourceCodePro-Italic.ttf.meta │ │ │ ├── SourceCodePro-Light.ttf │ │ │ ├── SourceCodePro-Light.ttf.meta │ │ │ ├── SourceCodePro-LightItalic.ttf │ │ │ ├── SourceCodePro-LightItalic.ttf.meta │ │ │ ├── SourceCodePro-Medium.ttf │ │ │ ├── SourceCodePro-Medium.ttf.meta │ │ │ ├── SourceCodePro-MediumItalic.ttf │ │ │ ├── SourceCodePro-MediumItalic.ttf.meta │ │ │ ├── SourceCodePro-Regular.ttf │ │ │ ├── SourceCodePro-Regular.ttf.meta │ │ │ ├── SourceCodePro-SemiBold.ttf │ │ │ ├── SourceCodePro-SemiBold.ttf.meta │ │ │ ├── SourceCodePro-SemiBoldItalic.ttf │ │ │ └── SourceCodePro-SemiBoldItalic.ttf.meta │ ├── TMP Font Assets.meta │ └── TMP Font Assets │ │ ├── IBM Plex Sans Regular SDF.asset │ │ ├── IBM Plex Sans Regular SDF.asset.meta │ │ ├── Lato Bold SDF.asset │ │ ├── Lato Bold SDF.asset.meta │ │ ├── Lato Regular SDF.asset │ │ ├── Lato Regular SDF.asset.meta │ │ ├── Roboto Regular SDF.asset │ │ ├── Roboto Regular SDF.asset.meta │ │ ├── Roboto Slab Regular SDF.asset │ │ ├── Roboto Slab Regular SDF.asset.meta │ │ ├── Source Code Pro Regular SDF.asset │ │ └── Source Code Pro Regular SDF.asset.meta ├── Images.meta ├── Images │ ├── avatar1.png │ ├── avatar1.png.meta │ ├── avatar2.png │ ├── avatar2.png.meta │ ├── avatar3.png │ ├── avatar3.png.meta │ ├── screenshots.meta │ ├── screenshots │ │ ├── GameView.PNG │ │ ├── GameView.PNG.meta │ │ ├── Playmode.PNG │ │ ├── Playmode.PNG.meta │ │ ├── Timeline.PNG │ │ └── Timeline.PNG.meta │ ├── speech bubble.png │ ├── speech bubble.png.meta │ ├── unity circle.png │ ├── unity circle.png.meta │ ├── wave.png │ └── wave.png.meta ├── Other.meta ├── Other │ ├── Physics.meta │ ├── Physics │ │ ├── Bouncy.physicsMaterial2D │ │ └── Bouncy.physicsMaterial2D.meta │ ├── Post Processing.meta │ └── Post Processing │ │ ├── Bloom Profile.asset │ │ ├── Bloom Profile.asset.meta │ │ ├── ChromaticAbberation.asset │ │ ├── ChromaticAbberation.asset.meta │ │ ├── ColorFilter.asset │ │ ├── ColorFilter.asset.meta │ │ ├── DefaultProfile.asset │ │ ├── DefaultProfile.asset.meta │ │ ├── LensDistort.asset │ │ ├── LensDistort.asset.meta │ │ ├── Vignette.asset │ │ └── Vignette.asset.meta ├── Playables.meta ├── Playables │ ├── ArrowIn.playable │ ├── ArrowIn.playable.meta │ ├── ArrowInLower.playable │ ├── ArrowInLower.playable.meta │ ├── ArrowsFrameTransitionTimeline.playable │ ├── ArrowsFrameTransitionTimeline.playable.meta │ ├── AvatarMoveIn.playable │ ├── AvatarMoveIn.playable.meta │ ├── FinalFrameTimeline.playable │ ├── FinalFrameTimeline.playable.meta │ ├── FoamUp.playable │ ├── FoamUp.playable.meta │ ├── FrameTransistionFoamTimeline.playable │ ├── FrameTransistionFoamTimeline.playable.meta │ ├── FrameTransitionBlindsTimeline.playable │ ├── FrameTransitionBlindsTimeline.playable.meta │ ├── GlobalTimeline.playable │ ├── GlobalTimeline.playable.meta │ ├── GreenMoveUp.playable │ ├── GreenMoveUp.playable.meta │ ├── GreyBlockLeftIn.playable │ ├── GreyBlockLeftIn.playable.meta │ ├── GreyBlockRightIn.playable │ ├── GreyBlockRightIn.playable.meta │ ├── ListOfReasonsTimeline.playable │ ├── ListOfReasonsTimeline.playable.meta │ ├── Post ProcessingTimeline.playable │ ├── Post ProcessingTimeline.playable.meta │ ├── RawImageFadeIn.playable │ ├── RawImageFadeIn.playable.meta │ ├── RawImageTimeline.playable │ ├── RawImageTimeline.playable.meta │ ├── ScaleYIn.playable │ ├── ScaleYIn.playable.meta │ ├── StepsTimeline.playable │ ├── StepsTimeline.playable.meta │ ├── TextIn.meta │ ├── TextIn │ │ ├── Roboto Slab Regular SDF - Dilate Anim.asset │ │ ├── Roboto Slab Regular SDF - Dilate Anim.asset.meta │ │ ├── TextInBulge.playable │ │ ├── TextInBulge.playable.meta │ │ ├── TextInDilate.playable │ │ ├── TextInDilate.playable.meta │ │ ├── TextInFade.playable │ │ ├── TextInFade.playable.meta │ │ ├── TextInMask.playable │ │ ├── TextInMask.playable.meta │ │ ├── TextInRotateFade.playable │ │ ├── TextInRotateFade.playable.meta │ │ ├── TextInRotateY.playable │ │ ├── TextInRotateY.playable.meta │ │ ├── TextInRotateZ.playable │ │ ├── TextInRotateZ.playable.meta │ │ ├── TextInTranslate.playable │ │ └── TextInTranslate.playable.meta │ ├── TitleTextMoveOut.playable │ └── TitleTextMoveOut.playable.meta ├── Scenes.meta ├── Scenes │ ├── SampleScene.unity │ └── SampleScene.unity.meta ├── VideoEditorAssets.meta └── VideoEditorAssets │ ├── MaterialAnimationPlayable.meta │ ├── MaterialAnimationPlayable │ ├── MaterialAnimationBehaviour.cs │ ├── MaterialAnimationBehaviour.cs.meta │ ├── MaterialAnimationClip.cs │ ├── MaterialAnimationClip.cs.meta │ ├── MaterialAnimationMixerBehaviour.cs │ ├── MaterialAnimationMixerBehaviour.cs.meta │ ├── MaterialAnimationTrack.cs │ └── MaterialAnimationTrack.cs.meta │ ├── ModifiedDefaultPlayables.meta │ ├── ModifiedDefaultPlayables │ ├── DefaultPlayablesDocumentation.pdf │ ├── DefaultPlayablesDocumentation.pdf.meta │ ├── Editor.meta │ ├── Editor │ │ ├── TimelinePlayableWizard.cs │ │ └── TimelinePlayableWizard.cs.meta │ ├── LightControl.meta │ ├── LightControl │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── LightControlDrawer.cs │ │ │ └── LightControlDrawer.cs.meta │ │ ├── LightControlBehaviour.cs │ │ ├── LightControlBehaviour.cs.meta │ │ ├── LightControlClip.cs │ │ ├── LightControlClip.cs.meta │ │ ├── LightControlMixerBehaviour.cs │ │ ├── LightControlMixerBehaviour.cs.meta │ │ ├── LightControlTrack.cs │ │ └── LightControlTrack.cs.meta │ ├── NavMeshAgentControl.meta │ ├── NavMeshAgentControl │ │ ├── NavMeshAgentControlBehaviour.cs │ │ ├── NavMeshAgentControlBehaviour.cs.meta │ │ ├── NavMeshAgentControlClip.cs │ │ ├── NavMeshAgentControlClip.cs.meta │ │ ├── NavMeshAgentControlMixerBehaviour.cs │ │ ├── NavMeshAgentControlMixerBehaviour.cs.meta │ │ ├── NavMeshAgentControlTrack.cs │ │ └── NavMeshAgentControlTrack.cs.meta │ ├── Readme.txt │ ├── Readme.txt.meta │ ├── ScreenFader.meta │ ├── ScreenFader │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── ScreenFaderDrawer.cs │ │ │ └── ScreenFaderDrawer.cs.meta │ │ ├── ScreenFaderBehaviour.cs │ │ ├── ScreenFaderBehaviour.cs.meta │ │ ├── ScreenFaderClip.cs │ │ ├── ScreenFaderClip.cs.meta │ │ ├── ScreenFaderMixerBehaviour.cs │ │ ├── ScreenFaderMixerBehaviour.cs.meta │ │ ├── ScreenFaderTrack.cs │ │ └── ScreenFaderTrack.cs.meta │ ├── TextSwitcher.meta │ ├── TextSwitcher │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── TextSwitcherDrawer.cs │ │ │ └── TextSwitcherDrawer.cs.meta │ │ ├── TextSwitcherBehaviour.cs │ │ ├── TextSwitcherBehaviour.cs.meta │ │ ├── TextSwitcherClip.cs │ │ ├── TextSwitcherClip.cs.meta │ │ ├── TextSwitcherMixerBehaviour.cs │ │ ├── TextSwitcherMixerBehaviour.cs.meta │ │ ├── TextSwitcherTrack.cs │ │ └── TextSwitcherTrack.cs.meta │ ├── TimeDilation.meta │ ├── TimeDilation │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── TimeDilationDrawer.cs │ │ │ └── TimeDilationDrawer.cs.meta │ │ ├── TimeDilationBehaviour.cs │ │ ├── TimeDilationBehaviour.cs.meta │ │ ├── TimeDilationClip.cs │ │ ├── TimeDilationClip.cs.meta │ │ ├── TimeDilationMixerBehaviour.cs │ │ ├── TimeDilationMixerBehaviour.cs.meta │ │ ├── TimeDilationTrack.cs │ │ └── TimeDilationTrack.cs.meta │ ├── TransformTween.meta │ ├── TransformTween │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── TransformTweenDrawer.cs │ │ │ └── TransformTweenDrawer.cs.meta │ │ ├── TransformTweenBehaviour.cs │ │ ├── TransformTweenBehaviour.cs.meta │ │ ├── TransformTweenClip.cs │ │ ├── TransformTweenClip.cs.meta │ │ ├── TransformTweenMixerBehaviour.cs │ │ ├── TransformTweenMixerBehaviour.cs.meta │ │ ├── TransformTweenTrack.cs │ │ └── TransformTweenTrack.cs.meta │ ├── Video.meta │ ├── Video │ │ ├── Editor.meta │ │ ├── Editor │ │ │ ├── VideoScriptPlayableAssetEditor.cs │ │ │ └── VideoScriptPlayableAssetEditor.cs.meta │ │ ├── VideoPlayableBehaviour.cs │ │ ├── VideoPlayableBehaviour.cs.meta │ │ ├── VideoSchedulerPlayableBehaviour.cs │ │ ├── VideoSchedulerPlayableBehaviour.cs.meta │ │ ├── VideoScriptPlayableAsset.cs │ │ ├── VideoScriptPlayableAsset.cs.meta │ │ ├── VideoScriptPlayableTrack.cs │ │ └── VideoScriptPlayableTrack.cs.meta │ ├── VideoScriptPlayable.pdf │ └── VideoScriptPlayable.pdf.meta │ ├── Presets.meta │ ├── Presets │ ├── VideoClipImporter.preset │ └── VideoClipImporter.preset.meta │ ├── Scripts.meta │ ├── Scripts │ ├── Editor.meta │ └── Editor │ │ ├── GameViewUtils.cs │ │ ├── GameViewUtils.cs.meta │ │ ├── LayoutUtility.cs │ │ ├── LayoutUtility.cs.meta │ │ ├── OpenWelcomeOnLaunch.cs │ │ ├── OpenWelcomeOnLaunch.cs.meta │ │ ├── VideoEditorConstants.cs │ │ ├── VideoEditorConstants.cs.meta │ │ ├── VideoEditorMenuItems.cs │ │ ├── VideoEditorMenuItems.cs.meta │ │ ├── VideoEditorWelcomeWindow.cs │ │ ├── VideoEditorWelcomeWindow.cs.meta │ │ ├── VideoEditorWelcomeWindowData.cs │ │ └── VideoEditorWelcomeWindowData.cs.meta │ ├── TextMesh Pro.meta │ ├── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Fonts.meta │ ├── Fonts │ │ ├── LiberationSans - OFL.txt │ │ ├── LiberationSans - OFL.txt.meta │ │ ├── LiberationSans.ttf │ │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ ├── LiberationSans SDF.asset │ │ │ └── LiberationSans SDF.asset.meta │ │ ├── LineBreaking Following Characters.txt │ │ ├── LineBreaking Following Characters.txt.meta │ │ ├── LineBreaking Leading Characters.txt │ │ ├── LineBreaking Leading Characters.txt.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF-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 │ │ ├── Sprite Assets.meta │ │ ├── Sprite Assets │ │ │ ├── EmojiOne.asset │ │ │ └── EmojiOne.asset.meta │ │ ├── Style Sheets.meta │ │ ├── Style Sheets │ │ │ ├── Default Style Sheet.asset │ │ │ └── Default Style Sheet.asset.meta │ │ ├── TMP Settings.asset │ │ └── TMP Settings.asset.meta │ ├── Sprites.meta │ └── Sprites │ │ ├── EmojiOne Attribution.txt │ │ ├── EmojiOne Attribution.txt.meta │ │ ├── EmojiOne.json │ │ ├── EmojiOne.json.meta │ │ ├── EmojiOne.png │ │ └── EmojiOne.png.meta │ ├── UIGradient.meta │ ├── UIGradient │ ├── Readme.txt │ ├── Readme.txt.meta │ ├── SetDirty.cs │ ├── SetDirty.cs.meta │ ├── UICornersGradient.cs │ ├── UICornersGradient.cs.meta │ ├── UIGradient.cs │ ├── UIGradient.cs.meta │ ├── UIGradientUtils.cs │ ├── UIGradientUtils.cs.meta │ ├── UITextCornersGradient.cs │ ├── UITextCornersGradient.cs.meta │ ├── UITextGradient.cs │ └── UITextGradient.cs.meta │ ├── WindowLayout.meta │ └── WindowLayout │ ├── Video Editor Layout.wlt │ └── Video Editor Layout.wlt.meta ├── LICENSE ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── readme.md /Assets/Audio.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dbf6c09d7ecf6ad4d9e4a3611cfec282 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Audio/Long_Road.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Audio/Long_Road.mp3 -------------------------------------------------------------------------------- /Assets/Audio/Long_Road.mp3.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7233915854f16d2489a1607e50128ed5 3 | AudioImporter: 4 | externalObjects: {} 5 | serializedVersion: 6 6 | defaultSettings: 7 | loadType: 0 8 | sampleRateSetting: 0 9 | sampleRateOverride: 44100 10 | compressionFormat: 1 11 | quality: 1 12 | conversionMode: 0 13 | platformSettingOverrides: {} 14 | forceToMono: 0 15 | normalize: 1 16 | preloadAudioData: 1 17 | loadInBackground: 0 18 | ambisonic: 0 19 | 3D: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Clips.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89142673476f20b4ba72ec113780bcfe 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Clips/Jellyfish Video 30s.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Clips/Jellyfish Video 30s.mp4 -------------------------------------------------------------------------------- /Assets/Clips/Jellyfish Video 30s.mp4.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a1629290f29ff574fa28aba04d4fe4e5 3 | VideoClipImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | frameRange: 0 7 | startFrame: -1 8 | endFrame: -1 9 | colorSpace: 0 10 | deinterlace: 0 11 | encodeAlpha: 0 12 | flipVertical: 0 13 | flipHorizontal: 0 14 | importAudio: 1 15 | targetSettings: 16 | 0: 17 | enableTranscoding: 1 18 | codec: 0 19 | resizeFormat: 0 20 | aspectRatio: 0 21 | customWidth: 1920 22 | customHeight: 1080 23 | bitrateMode: 2 24 | spatialQuality: 2 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76ed580550339be46be1a8989b59ac47 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 35c078133f79fc34f94f2bf9b3a3ca39 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b156b88f541304343b0d6e31b1be9959 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Black.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Black.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1ad7967f257b14d49a712b00d529a868 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: c838025b4ace602449f324d05319bac8, type: 3} 16 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 17 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-BlackItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-BlackItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa81578645c33a241b049949ee8cb68d 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: ea70f646743f1e74d855f77cbc623821, type: 3} 16 | - {fileID: 12800000, guid: c838025b4ace602449f324d05319bac8, type: 3} 17 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 18 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 19 | - {fileID: 12800000, guid: 1ad7967f257b14d49a712b00d529a868, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c6359b4d60270ba448e75abf21032906 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4700376d2c244b840bd756714e7edeb6 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-LightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db5611ed22a29984c9802f81ba33fc59 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: ea70f646743f1e74d855f77cbc623821, type: 3} 16 | - {fileID: 12800000, guid: fa81578645c33a241b049949ee8cb68d, type: 3} 17 | - {fileID: 12800000, guid: c838025b4ace602449f324d05319bac8, type: 3} 18 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 19 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 20 | - {fileID: 12800000, guid: 1ad7967f257b14d49a712b00d529a868, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d1906e222219c64d99fd18f892e59a9 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: ea70f646743f1e74d855f77cbc623821, type: 3} 16 | - {fileID: 12800000, guid: fa81578645c33a241b049949ee8cb68d, type: 3} 17 | - {fileID: 12800000, guid: c838025b4ace602449f324d05319bac8, type: 3} 18 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 19 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 20 | - {fileID: 12800000, guid: db5611ed22a29984c9802f81ba33fc59, type: 3} 21 | - {fileID: 12800000, guid: 1ad7967f257b14d49a712b00d529a868, type: 3} 22 | customCharacters: 23 | fontRenderingMode: 0 24 | ascentCalculationMode: 1 25 | useLegacyBoundsCalculation: 0 26 | shouldRoundAdvanceValue: 1 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-Thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ea70f646743f1e74d855f77cbc623821 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: c838025b4ace602449f324d05319bac8, type: 3} 16 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 17 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 18 | - {fileID: 12800000, guid: 1ad7967f257b14d49a712b00d529a868, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Lato/Lato-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/Lato-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c838025b4ace602449f324d05319bac8 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Lato 12 | fontNames: 13 | - Lato 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: c6359b4d60270ba448e75abf21032906, type: 3} 16 | - {fileID: 12800000, guid: 4700376d2c244b840bd756714e7edeb6, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Lato/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0b3d82b3e18b5f947bbb733cc1e4ad9a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 41497dc2eee6cda4abcbf1dc9c4abf46 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381d82750bc4f8f418be722f6843ba38 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48d59454852ed6e4fb43f36611e345fd 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 16 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 17 | - {fileID: 12800000, guid: 3624cca9454bc344db49edaa0cd6c7df, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8aad3ebfb8cd1874686926daf8b2c32c 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a314541957952840bf4051dcb1b216d, type: 3} 16 | - {fileID: 12800000, guid: 48d59454852ed6e4fb43f36611e345fd, type: 3} 17 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 18 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 19 | - {fileID: 12800000, guid: 3624cca9454bc344db49edaa0cd6c7df, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ExtraLightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3624cca9454bc344db49edaa0cd6c7df 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 16 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Italic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a314541957952840bf4051dcb1b216d 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 48d59454852ed6e4fb43f36611e345fd, type: 3} 16 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 17 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 18 | - {fileID: 12800000, guid: 3624cca9454bc344db49edaa0cd6c7df, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f4f5e384e598d19498094d28f79d5607 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cfb39fb0a519c343905c03113efd0ae 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a314541957952840bf4051dcb1b216d, type: 3} 16 | - {fileID: 12800000, guid: 48d59454852ed6e4fb43f36611e345fd, type: 3} 17 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 18 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 19 | - {fileID: 12800000, guid: 3624cca9454bc344db49edaa0cd6c7df, type: 3} 20 | - {fileID: 12800000, guid: 9ae6b22a9f8131f49a1d557792a63854, type: 3} 21 | - {fileID: 12800000, guid: 8aad3ebfb8cd1874686926daf8b2c32c, type: 3} 22 | customCharacters: 23 | fontRenderingMode: 0 24 | ascentCalculationMode: 1 25 | useLegacyBoundsCalculation: 0 26 | shouldRoundAdvanceValue: 1 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-Thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9ae6b22a9f8131f49a1d557792a63854 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a314541957952840bf4051dcb1b216d, type: 3} 16 | - {fileID: 12800000, guid: 48d59454852ed6e4fb43f36611e345fd, type: 3} 17 | - {fileID: 12800000, guid: f4f5e384e598d19498094d28f79d5607, type: 3} 18 | - {fileID: 12800000, guid: 61e7144868ed9d3449ccb3333f316396, type: 3} 19 | - {fileID: 12800000, guid: 3624cca9454bc344db49edaa0cd6c7df, type: 3} 20 | - {fileID: 12800000, guid: 8aad3ebfb8cd1874686926daf8b2c32c, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/IBMPlexMono-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 61e7144868ed9d3449ccb3333f316396 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Mono 12 | fontNames: 13 | - IBM Plex Mono 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Mono/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 292957710f2f42743801bedf4783bf8a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c0a464f05ed7374d96312a67277b52b 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 162a5f43d842a964283eac9e6beca2c9 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d4688e0035a97df41ae8afbaee955bdb, type: 3} 16 | - {fileID: 12800000, guid: 068a79b30d290244a93526135153f126, type: 3} 17 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 18 | - {fileID: 12800000, guid: 532e722d3a5829442acfebfc8fee2fe3, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ExtraLight.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d21d093a830c17b4689636abc19e0f80 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Italic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 068a79b30d290244a93526135153f126 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d4688e0035a97df41ae8afbaee955bdb, type: 3} 16 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 17 | - {fileID: 12800000, guid: 532e722d3a5829442acfebfc8fee2fe3, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-LightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 164db1454155849438ca59b446a45913 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d4688e0035a97df41ae8afbaee955bdb, type: 3} 16 | - {fileID: 12800000, guid: 162a5f43d842a964283eac9e6beca2c9, type: 3} 17 | - {fileID: 12800000, guid: 068a79b30d290244a93526135153f126, type: 3} 18 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 19 | - {fileID: 12800000, guid: 532e722d3a5829442acfebfc8fee2fe3, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-MediumItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4688e0035a97df41ae8afbaee955bdb 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 16 | - {fileID: 12800000, guid: 532e722d3a5829442acfebfc8fee2fe3, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d6737d739c0e29742adf0e61a3519438 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d4688e0035a97df41ae8afbaee955bdb, type: 3} 16 | - {fileID: 12800000, guid: 162a5f43d842a964283eac9e6beca2c9, type: 3} 17 | - {fileID: 12800000, guid: 068a79b30d290244a93526135153f126, type: 3} 18 | - {fileID: 12800000, guid: 164db1454155849438ca59b446a45913, type: 3} 19 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 20 | - {fileID: 12800000, guid: 532e722d3a5829442acfebfc8fee2fe3, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/IBMPlexSans-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 532e722d3a5829442acfebfc8fee2fe3 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans 12 | fontNames: 13 | - IBM Plex Sans 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d21d093a830c17b4689636abc19e0f80, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fa2428588657cd244864987980ac38d8 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b3091d21282190f4fa45dd95c6b45169 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c56ae7129ac78ab4d8cc2d9996d9f825 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 9470f551650464146b5815bead1aff42, type: 3} 16 | - {fileID: 12800000, guid: 557208a3322706a48a183229ff55ada8, type: 3} 17 | - {fileID: 12800000, guid: 54b2aa85b6a8aa14d8f45ca4f512a8b8, type: 3} 18 | - {fileID: 12800000, guid: 60c6729cfa6c2884dabde077cd7cbeec, type: 3} 19 | - {fileID: 12800000, guid: c1cf6b6dc8aa024458755d92efbad74f, type: 3} 20 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 54b2aa85b6a8aa14d8f45ca4f512a8b8 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 60c6729cfa6c2884dabde077cd7cbeec, type: 3} 16 | - {fileID: 12800000, guid: c1cf6b6dc8aa024458755d92efbad74f, type: 3} 17 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ExtraLightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60c6729cfa6c2884dabde077cd7cbeec 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Italic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1076af4e839da9b46880076257a8d234 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c1cf6b6dc8aa024458755d92efbad74f 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 60c6729cfa6c2884dabde077cd7cbeec, type: 3} 16 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-Thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 557208a3322706a48a183229ff55ada8 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 9470f551650464146b5815bead1aff42, type: 3} 16 | - {fileID: 12800000, guid: 54b2aa85b6a8aa14d8f45ca4f512a8b8, type: 3} 17 | - {fileID: 12800000, guid: 60c6729cfa6c2884dabde077cd7cbeec, type: 3} 18 | - {fileID: 12800000, guid: c1cf6b6dc8aa024458755d92efbad74f, type: 3} 19 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/IBMPlexSansCondensed-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9470f551650464146b5815bead1aff42 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Sans Condensed 12 | fontNames: 13 | - IBM Plex Sans Condensed 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 54b2aa85b6a8aa14d8f45ca4f512a8b8, type: 3} 16 | - {fileID: 12800000, guid: 60c6729cfa6c2884dabde077cd7cbeec, type: 3} 17 | - {fileID: 12800000, guid: c1cf6b6dc8aa024458755d92efbad74f, type: 3} 18 | - {fileID: 12800000, guid: 1076af4e839da9b46880076257a8d234, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Sans_Condensed/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7c1332c0c85bb8c4184615108354354a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e044ded41bef2464f9613e0c08b621c0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ExtraLightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 33ad07993905fda47a6eb05a923ff776 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 413c6405fb7bfa24090af15ba762392f, type: 3} 16 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 17 | - {fileID: 12800000, guid: 11c025b80f44aa342a619c745dd523d8, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 413c6405fb7bfa24090af15ba762392f 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 16 | - {fileID: 12800000, guid: 11c025b80f44aa342a619c745dd523d8, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-LightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 84c58b1d3e05ead40af61c3d22450378 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d32ee652eaf42ce4d9efc20730d280fa, type: 3} 16 | - {fileID: 12800000, guid: 413c6405fb7bfa24090af15ba762392f, type: 3} 17 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 18 | - {fileID: 12800000, guid: 11c025b80f44aa342a619c745dd523d8, type: 3} 19 | - {fileID: 12800000, guid: 33ad07993905fda47a6eb05a923ff776, type: 3} 20 | - {fileID: 12800000, guid: 8481328a12077a541a252d5ea72e0432, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Medium.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5087f9557bf320a47866fa7ccb60b3fa 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 11c025b80f44aa342a619c745dd523d8 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-SemiBoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d32ee652eaf42ce4d9efc20730d280fa 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 413c6405fb7bfa24090af15ba762392f, type: 3} 16 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 17 | - {fileID: 12800000, guid: 11c025b80f44aa342a619c745dd523d8, type: 3} 18 | - {fileID: 12800000, guid: 33ad07993905fda47a6eb05a923ff776, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/IBMPlexSerif-ThinItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8481328a12077a541a252d5ea72e0432 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: IBM Plex Serif 12 | fontNames: 13 | - IBM Plex Serif 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: d32ee652eaf42ce4d9efc20730d280fa, type: 3} 16 | - {fileID: 12800000, guid: 413c6405fb7bfa24090af15ba762392f, type: 3} 17 | - {fileID: 12800000, guid: 5087f9557bf320a47866fa7ccb60b3fa, type: 3} 18 | - {fileID: 12800000, guid: 11c025b80f44aa342a619c745dd523d8, type: 3} 19 | - {fileID: 12800000, guid: 33ad07993905fda47a6eb05a923ff776, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Plex/IBM_Plex_Serif/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bae09262c7ef21748aab2c3aded52f5d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: baf1b9fcba614824fba3bb0b675ae6ca 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 57beef5e05b6e9d42a1f22e6887c4ba1 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c30d3ad57751cf546a6c1ab2614e81d6 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 3273a17b893a7cb4d80b279d430e9469, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ef16bf304a4c7d4cbc7a65f45eeab47 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a5554204b448e947bd98f10170d8127, type: 3} 16 | - {fileID: 12800000, guid: 3d45aee0e9670a34e8b21b2af5e7107d, type: 3} 17 | - {fileID: 12800000, guid: c30d3ad57751cf546a6c1ab2614e81d6, type: 3} 18 | - {fileID: 12800000, guid: 3273a17b893a7cb4d80b279d430e9469, type: 3} 19 | - {fileID: 12800000, guid: bdc4b19f0c7494f42ae527c7f6164cba, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Medium.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3273a17b893a7cb4d80b279d430e9469 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bdc4b19f0c7494f42ae527c7f6164cba 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a5554204b448e947bd98f10170d8127, type: 3} 16 | - {fileID: 12800000, guid: 3d45aee0e9670a34e8b21b2af5e7107d, type: 3} 17 | - {fileID: 12800000, guid: c30d3ad57751cf546a6c1ab2614e81d6, type: 3} 18 | - {fileID: 12800000, guid: 3273a17b893a7cb4d80b279d430e9469, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-SemiBold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3d45aee0e9670a34e8b21b2af5e7107d 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 7a5554204b448e947bd98f10170d8127, type: 3} 16 | - {fileID: 12800000, guid: c30d3ad57751cf546a6c1ab2614e81d6, type: 3} 17 | - {fileID: 12800000, guid: 3273a17b893a7cb4d80b279d430e9469, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Quicksand/Quicksand-VariableFont_wght.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/Quicksand-VariableFont_wght.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7a5554204b448e947bd98f10170d8127 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Quicksand 12 | fontNames: 13 | - Quicksand 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: c30d3ad57751cf546a6c1ab2614e81d6, type: 3} 16 | - {fileID: 12800000, guid: 3273a17b893a7cb4d80b279d430e9469, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Quicksand/README.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5d11395fe23204542ad8f9fcc93a08ab 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb5af2167941d434e85445b244648c36 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/LICENSE.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46b0c2f28a0cba149be4c2c3eaf760f2 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/README.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8673bfae8dbe08c43a6ebae1ea1885b0 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Black.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d8f99bc83575b964bbc61e7431e8e686 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 073c021382eb9a6469df9db1ca614bf3, type: 3} 16 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 17 | - {fileID: 12800000, guid: 04f0db5454f28ad48bd01306c5af767d, type: 3} 18 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 19 | - {fileID: 12800000, guid: f378233b1fa71e34fb73768c8bd9a4c1, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-ExtraBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-ExtraBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-ExtraLight.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f378233b1fa71e34fb73768c8bd9a4c1 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 16 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 739c78fa832409243b0b30f3e89d4dfb 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Medium.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 04f0db5454f28ad48bd01306c5af767d 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 16 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 17 | - {fileID: 12800000, guid: f378233b1fa71e34fb73768c8bd9a4c1, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Regular.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2956825909bd5624698930f4070f572e 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 073c021382eb9a6469df9db1ca614bf3, type: 3} 16 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 17 | - {fileID: 12800000, guid: 04f0db5454f28ad48bd01306c5af767d, type: 3} 18 | - {fileID: 12800000, guid: d8f99bc83575b964bbc61e7431e8e686, type: 3} 19 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 20 | - {fileID: 12800000, guid: f378233b1fa71e34fb73768c8bd9a4c1, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-SemiBold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5a9a9e835de09244c92e1f262c03bab9 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 073c021382eb9a6469df9db1ca614bf3, type: 3} 16 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 17 | - {fileID: 12800000, guid: 04f0db5454f28ad48bd01306c5af767d, type: 3} 18 | - {fileID: 12800000, guid: d8f99bc83575b964bbc61e7431e8e686, type: 3} 19 | - {fileID: 12800000, guid: 2956825909bd5624698930f4070f572e, type: 3} 20 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 21 | - {fileID: 12800000, guid: f378233b1fa71e34fb73768c8bd9a4c1, type: 3} 22 | customCharacters: 23 | fontRenderingMode: 0 24 | ascentCalculationMode: 1 25 | useLegacyBoundsCalculation: 0 26 | shouldRoundAdvanceValue: 1 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-Thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 638759d32d77f654eae7d049964c76af 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-VariableFont_wght.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-VariableFont_wght.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto Slab/RobotoSlab-VariableFont_wght.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 073c021382eb9a6469df9db1ca614bf3 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto Slab 12 | fontNames: 13 | - Roboto Slab 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 638759d32d77f654eae7d049964c76af, type: 3} 16 | - {fileID: 12800000, guid: 04f0db5454f28ad48bd01306c5af767d, type: 3} 17 | - {fileID: 12800000, guid: 739c78fa832409243b0b30f3e89d4dfb, type: 3} 18 | - {fileID: 12800000, guid: f378233b1fa71e34fb73768c8bd9a4c1, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 150068572d8f1eb488e55dcfa0a5aea1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Black.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-BlackItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-BlackItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 267c89cfd46308e449e9098893433e45 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: f5b3b5a2b9accf74bbfbf8e1368e8039, type: 3} 17 | - {fileID: 12800000, guid: 162ad3a7d1eb2af43b305d09144a22b1, type: 3} 18 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 19 | - {fileID: 12800000, guid: 6304993aab8eaa94e8ef125b77d825f1, type: 3} 20 | - {fileID: 12800000, guid: 53990f7fca68a1f41a5f6d41bc28f62b, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6304993aab8eaa94e8ef125b77d825f1 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 17 | - {fileID: 12800000, guid: 53990f7fca68a1f41a5f6d41bc28f62b, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 162ad3a7d1eb2af43b305d09144a22b1 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: f5b3b5a2b9accf74bbfbf8e1368e8039, type: 3} 17 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 18 | - {fileID: 12800000, guid: 6304993aab8eaa94e8ef125b77d825f1, type: 3} 19 | - {fileID: 12800000, guid: 53990f7fca68a1f41a5f6d41bc28f62b, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Italic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17bc4eff29ff9384197aa8920e5028e6 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: f5b3b5a2b9accf74bbfbf8e1368e8039, type: 3} 17 | - {fileID: 12800000, guid: 162ad3a7d1eb2af43b305d09144a22b1, type: 3} 18 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 19 | - {fileID: 12800000, guid: 6304993aab8eaa94e8ef125b77d825f1, type: 3} 20 | - {fileID: 12800000, guid: 53990f7fca68a1f41a5f6d41bc28f62b, type: 3} 21 | - {fileID: 12800000, guid: 267c89cfd46308e449e9098893433e45, type: 3} 22 | customCharacters: 23 | fontRenderingMode: 0 24 | ascentCalculationMode: 1 25 | useLegacyBoundsCalculation: 0 26 | shouldRoundAdvanceValue: 1 27 | userData: 28 | assetBundleName: 29 | assetBundleVariant: 30 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 53990f7fca68a1f41a5f6d41bc28f62b 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-LightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e184a9c7b994c7f4f8725af9d2536e53 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Medium.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b23f9b307729e924a80bb056197c5e10 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Thin.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-Thin.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-Thin.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5b3b5a2b9accf74bbfbf8e1368e8039 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Roboto 12 | fontNames: 13 | - Roboto 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: b23f9b307729e924a80bb056197c5e10, type: 3} 16 | - {fileID: 12800000, guid: e184a9c7b994c7f4f8725af9d2536e53, type: 3} 17 | - {fileID: 12800000, guid: 6304993aab8eaa94e8ef125b77d825f1, type: 3} 18 | - {fileID: 12800000, guid: 53990f7fca68a1f41a5f6d41bc28f62b, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Roboto/Roboto-ThinItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Roboto/Roboto-ThinItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 851783e8046160248bea346720eae109 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: be37901700541474d98c4950b01ae31a 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Black.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Black.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Black.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4089782242b0bf2438d28b27bd7f2f38 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 16 | customCharacters: 17 | fontRenderingMode: 0 18 | ascentCalculationMode: 1 19 | useLegacyBoundsCalculation: 0 20 | shouldRoundAdvanceValue: 1 21 | userData: 22 | assetBundleName: 23 | assetBundleVariant: 24 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-BlackItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-BlackItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Bold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Bold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 701f3b509656888468291356abf8ab44 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 16 | - {fileID: 12800000, guid: 4089782242b0bf2438d28b27bd7f2f38, type: 3} 17 | customCharacters: 18 | fontRenderingMode: 0 19 | ascentCalculationMode: 1 20 | useLegacyBoundsCalculation: 0 21 | shouldRoundAdvanceValue: 1 22 | userData: 23 | assetBundleName: 24 | assetBundleVariant: 25 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-BoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-BoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-BoldItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 549e809450ff76748b410190fc322fdb 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 701f3b509656888468291356abf8ab44, type: 3} 16 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 17 | - {fileID: 12800000, guid: 4089782242b0bf2438d28b27bd7f2f38, type: 3} 18 | customCharacters: 19 | fontRenderingMode: 0 20 | ascentCalculationMode: 1 21 | useLegacyBoundsCalculation: 0 22 | shouldRoundAdvanceValue: 1 23 | userData: 24 | assetBundleName: 25 | assetBundleVariant: 26 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-ExtraLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-ExtraLight.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-ExtraLightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-ExtraLightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-ExtraLightItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f823c7f7c599eaa45ac68a58e3bbf48a 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 701f3b509656888468291356abf8ab44, type: 3} 16 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 17 | - {fileID: 12800000, guid: 4089782242b0bf2438d28b27bd7f2f38, type: 3} 18 | - {fileID: 12800000, guid: 549e809450ff76748b410190fc322fdb, type: 3} 19 | - {fileID: 12800000, guid: d53e0dfbd4c129a4dac8a2ba0c777805, type: 3} 20 | - {fileID: 12800000, guid: a80ea25d37cfef74aaf41f8105cb7450, type: 3} 21 | customCharacters: 22 | fontRenderingMode: 0 23 | ascentCalculationMode: 1 24 | useLegacyBoundsCalculation: 0 25 | shouldRoundAdvanceValue: 1 26 | userData: 27 | assetBundleName: 28 | assetBundleVariant: 29 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Italic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Italic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Light.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Light.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Light.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 101ae2b033d46794992bd050db7f77e1 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | ascentCalculationMode: 1 18 | useLegacyBoundsCalculation: 0 19 | shouldRoundAdvanceValue: 1 20 | userData: 21 | assetBundleName: 22 | assetBundleVariant: 23 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-LightItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-LightItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Medium.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-MediumItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-MediumItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-MediumItalic.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d53e0dfbd4c129a4dac8a2ba0c777805 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 701f3b509656888468291356abf8ab44, type: 3} 16 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 17 | - {fileID: 12800000, guid: 4089782242b0bf2438d28b27bd7f2f38, type: 3} 18 | - {fileID: 12800000, guid: 549e809450ff76748b410190fc322fdb, type: 3} 19 | customCharacters: 20 | fontRenderingMode: 0 21 | ascentCalculationMode: 1 22 | useLegacyBoundsCalculation: 0 23 | shouldRoundAdvanceValue: 1 24 | userData: 25 | assetBundleName: 26 | assetBundleVariant: 27 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-Regular.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-SemiBold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-SemiBold.ttf -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-SemiBold.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a80ea25d37cfef74aaf41f8105cb7450 3 | TrueTypeFontImporter: 4 | externalObjects: {} 5 | serializedVersion: 4 6 | fontSize: 16 7 | forceTextureCase: -2 8 | characterSpacing: 0 9 | characterPadding: 1 10 | includeFontData: 1 11 | fontName: Source Code Pro 12 | fontNames: 13 | - Source Code Pro 14 | fallbackFontReferences: 15 | - {fileID: 12800000, guid: 701f3b509656888468291356abf8ab44, type: 3} 16 | - {fileID: 12800000, guid: 101ae2b033d46794992bd050db7f77e1, type: 3} 17 | - {fileID: 12800000, guid: 4089782242b0bf2438d28b27bd7f2f38, type: 3} 18 | - {fileID: 12800000, guid: 549e809450ff76748b410190fc322fdb, type: 3} 19 | - {fileID: 12800000, guid: d53e0dfbd4c129a4dac8a2ba0c777805, type: 3} 20 | customCharacters: 21 | fontRenderingMode: 0 22 | ascentCalculationMode: 1 23 | useLegacyBoundsCalculation: 0 24 | shouldRoundAdvanceValue: 1 25 | userData: 26 | assetBundleName: 27 | assetBundleVariant: 28 | -------------------------------------------------------------------------------- /Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-SemiBoldItalic.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Fonts/Font Files/Source Code Pro/SourceCodePro-SemiBoldItalic.ttf -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3801bdc7474292849a25f0018fef0549 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/IBM Plex Sans Regular SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f5e74972068e56344966fc84c347b3d2 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/Lato Bold SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5c9b354af8b119488a68b13d9dad58e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/Lato Regular SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 396fcc19ad68c7741bae0520d88e58aa 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/Roboto Regular SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a465d8f273644d4db7ef3565d1dd246 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/Roboto Slab Regular SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8088ab80c2912cc45b5361a5a9125681 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Fonts/TMP Font Assets/Source Code Pro Regular SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e35a09f178debe4f9221d446c7b0bd5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Images.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c55ec4dcb0017894581bc16c61c47619 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Images/avatar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/avatar1.png -------------------------------------------------------------------------------- /Assets/Images/avatar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/avatar2.png -------------------------------------------------------------------------------- /Assets/Images/avatar3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/avatar3.png -------------------------------------------------------------------------------- /Assets/Images/screenshots.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5e6ed7eaaedd4534a9adcb2e6ac030f4 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Images/screenshots/GameView.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/screenshots/GameView.PNG -------------------------------------------------------------------------------- /Assets/Images/screenshots/Playmode.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/screenshots/Playmode.PNG -------------------------------------------------------------------------------- /Assets/Images/screenshots/Timeline.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/screenshots/Timeline.PNG -------------------------------------------------------------------------------- /Assets/Images/speech bubble.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/speech bubble.png -------------------------------------------------------------------------------- /Assets/Images/unity circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/unity circle.png -------------------------------------------------------------------------------- /Assets/Images/wave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/Images/wave.png -------------------------------------------------------------------------------- /Assets/Other.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 570fe717a3c88034aba0e98e9a540d3f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Physics.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9355bf88995ed654799deaba8494f8f1 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Physics/Bouncy.physicsMaterial2D: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!62 &6200000 4 | PhysicsMaterial2D: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_Name: Bouncy 10 | friction: 0.4 11 | bounciness: 0.8 12 | -------------------------------------------------------------------------------- /Assets/Other/Physics/Bouncy.physicsMaterial2D.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b81bc2d1cfa1b7e4c9cdc807567f194c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e2e95a4b1f4da74981f47f6f5cbeba2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/Bloom Profile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e084d541eb10e647a97b4ab9eb2a2cc 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/ChromaticAbberation.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2014d93b94b07094e88927439e613f4c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/ColorFilter.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f69093228dfca5e44991e6616887f359 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/DefaultProfile.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!114 &11400000 4 | MonoBehaviour: 5 | m_ObjectHideFlags: 0 6 | m_CorrespondingSourceObject: {fileID: 0} 7 | m_PrefabInstance: {fileID: 0} 8 | m_PrefabAsset: {fileID: 0} 9 | m_GameObject: {fileID: 0} 10 | m_Enabled: 1 11 | m_EditorHideFlags: 0 12 | m_Script: {fileID: 11500000, guid: 8e6292b2c06870d4495f009f912b9600, type: 3} 13 | m_Name: DefaultProfile 14 | m_EditorClassIdentifier: 15 | settings: [] 16 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/DefaultProfile.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 468a120ff1bc21c4b8d8600ec890e657 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/LensDistort.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2835042fb59ca7341a8f8620cb75e10f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Other/Post Processing/Vignette.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 20720cea13e194f4bb365fb1e6567fe6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cc7282c8177e0c8418e6bc8fd9b0eb45 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/ArrowIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a5ff574505161104285146e72b4404d5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/ArrowInLower.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0001d353c25134c4088e0c4596c7959e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/ArrowsFrameTransitionTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64c71f1a27806e04cb4b59d028a340f5 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/AvatarMoveIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46e9313e87a5f624c80b00b83690e724 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/FinalFrameTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: caa8d8feb4e6f4c42875c884c8cfa088 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/FoamUp.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fc27d835b0ce9964794cb1748d56035c 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/FrameTransistionFoamTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 934b152066d65454f8adb01cb2091408 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/FrameTransitionBlindsTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c236f3d5e20a9844495ced438e060af0 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/GlobalTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e20751e28d7252439c7696d03e1c760 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/GreenMoveUp.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ad8859a82d5d63a44b869dda515ac277 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/GreyBlockLeftIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eb486f778f3fcab4d82b81ae0bb45d54 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/GreyBlockRightIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2a6dcb2f3ad54fb4787f9a2adcb2fcf3 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/ListOfReasonsTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e54466779f5712478c2a9d966849e04 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/Post ProcessingTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b90daaaab7fa5164ead916cff3caf536 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/RawImageFadeIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 76eae31da3330d04daade7e24efc2ba9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/RawImageTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef6a38d72ffb76b4890c1a748be6961f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/ScaleYIn.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c32ddb1c002bc9d4fa64fb2c5d2c3fc6 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/StepsTimeline.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5487e39a93273af46a4b2eb87d8d5e58 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9c648c7f0ce8a3349b55bd63182ea6b9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/Roboto Slab Regular SDF - Dilate Anim.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 75ccdcf5160c4da4bb31c25a9e619ec7 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInBulge.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7fa74a5044c6a5d4aa0be809ec4372e1 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInDilate.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 27f01baff87727a4da1b92ed58007131 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInFade.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 341ceced90a6a0941b257602551ee981 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInMask.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f59de0518cfce4648a6afee572c709f9 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInRotateFade.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf826ebb268f9db4abc50978f59d1f5a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInRotateY.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ee119a04ad17fed479f97b0cfc3c8960 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInRotateZ.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4dad51d51edfde544b906bc961bd4e6a 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TextIn/TextInTranslate.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7b43ea217c7386345937fa0110bf337f 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Playables/TitleTextMoveOut.playable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ac5c1bac5b2276f49ab419d2b31b0b37 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7f944d6f907b613488ad823cc02482da 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2cda990e2423bbf4892e6590ba056729 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e566adefd4088d743a38cd986855226e 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2121fafc4298c2a4ebbdec2b4bee081d 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class MaterialAnimationBehaviour : PlayableBehaviour 8 | { 9 | public Material material; 10 | public string propertyName; 11 | public AnimationCurve animationCurve; 12 | public float rangeLower = 0; 13 | public float rangeUpper = 1; 14 | 15 | public override void ProcessFrame(Playable playable, FrameData info, object playerData) 16 | { 17 | if (material == null) 18 | return; 19 | 20 | if (string.IsNullOrEmpty(propertyName)) 21 | return; 22 | 23 | if (animationCurve == null) 24 | return; 25 | 26 | float timePercentage = (float)(playable.GetTime() / playable.GetDuration()); 27 | float value = animationCurve.Evaluate(timePercentage); 28 | float scaledValue = rangeLower + ((rangeUpper - rangeLower) * value); 29 | material.SetFloat(propertyName, scaledValue); 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6450dd0d9fd096b4993e10e23445fc0f 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class MaterialAnimationClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public Material material; 10 | public string propertyName; 11 | public AnimationCurve animationCurve; 12 | public float rangeLower = 0; 13 | public float rangeUpper = 1; 14 | 15 | public ClipCaps clipCaps 16 | { 17 | get { return ClipCaps.None; } 18 | } 19 | 20 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 21 | { 22 | var playable = ScriptPlayable.Create (graph); 23 | 24 | MaterialAnimationBehaviour behaviour = playable.GetBehaviour (); 25 | 26 | behaviour.material = material; 27 | behaviour.propertyName = propertyName; 28 | behaviour.animationCurve = animationCurve; 29 | behaviour.rangeLower = rangeLower; 30 | behaviour.rangeUpper = rangeUpper; 31 | 32 | return playable; 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 07b861e04214ef64391674fd8ffa5f6d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationMixerBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | public class MaterialAnimationMixerBehaviour : PlayableBehaviour 7 | { 8 | // NOTE: This function is called at runtime and edit time. Keep that in mind when setting the values of properties. 9 | public override void ProcessFrame(Playable playable, FrameData info, object playerData) 10 | { 11 | int inputCount = playable.GetInputCount (); 12 | 13 | for (int i = 0; i < inputCount; i++) 14 | { 15 | float inputWeight = playable.GetInputWeight(i); 16 | ScriptPlayable inputPlayable = (ScriptPlayable)playable.GetInput(i); 17 | MaterialAnimationBehaviour input = inputPlayable.GetBehaviour (); 18 | 19 | // Use the above variables to process each frame of this playable. 20 | 21 | } 22 | } 23 | } 24 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 870fd961329ecb54db626d061ccd0e3e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationTrack.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Playables; 3 | using UnityEngine.Timeline; 4 | 5 | [TrackColor(1f, 0f, 0.7330103f)] 6 | [TrackClipType(typeof(MaterialAnimationClip))] 7 | public class MaterialAnimationTrack : TrackAsset 8 | { 9 | public override Playable CreateTrackMixer(PlayableGraph graph, GameObject go, int inputCount) 10 | { 11 | return ScriptPlayable.Create (graph, inputCount); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/MaterialAnimationPlayable/MaterialAnimationTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1a02267765d964a4d9f7373ea5eb4779 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6c3e3d86d51c7ec44b10953420b8da2b 3 | folderAsset: yes 4 | timeCreated: 1489400781 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/DefaultPlayablesDocumentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/VideoEditorAssets/ModifiedDefaultPlayables/DefaultPlayablesDocumentation.pdf -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/DefaultPlayablesDocumentation.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e951343000f41f4994e0e36b383bd08 3 | timeCreated: 1499765480 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89ec3eb5642c0f84d9f5090b2ca93a14 3 | folderAsset: yes 4 | timeCreated: 1490191884 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Editor/TimelinePlayableWizard.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01cfeabdfa5f36740b2b9c9658bbb29e 3 | timeCreated: 1490191896 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f5e3cf7f402b7b40894a67f55fad9ce 3 | folderAsset: yes 4 | timeCreated: 1496914998 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01cfda49307e46248bd868ab09d47ace 3 | folderAsset: yes 4 | timeCreated: 1496915000 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/Editor/LightControlDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a217f65052ddf094ba45e737b2428b1c 3 | timeCreated: 1496915002 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class LightControlBehaviour : PlayableBehaviour 8 | { 9 | public Color color = Color.white; 10 | public float intensity = 1f; 11 | public float bounceIntensity = 1f; 12 | public float range = 10f; 13 | } 14 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7e7c747bf1731824682c539494feba37 3 | timeCreated: 1496915002 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class LightControlClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public LightControlBehaviour template = new LightControlBehaviour (); 10 | 11 | public ClipCaps clipCaps 12 | { 13 | get { return ClipCaps.Blending; } 14 | } 15 | 16 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 17 | { 18 | var playable = ScriptPlayable.Create (graph, template); 19 | return playable; } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 23b46759ef7b0fd4bb74d73bf4d2839b 3 | timeCreated: 1496915002 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b6ddd7db188548f49bf8d55102e62b63 3 | timeCreated: 1496915002 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/LightControl/LightControlTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e97b7684a1a63ed42afa5e89e962140f 3 | timeCreated: 1496915002 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 93b4d74e1158a4d48914db94fc4e87c9 3 | folderAsset: yes 4 | timeCreated: 1492603101 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class NavMeshAgentControlBehaviour : PlayableBehaviour 8 | { 9 | public Transform destination; 10 | public bool destinationSet; 11 | 12 | public override void OnPlayableCreate (Playable playable) 13 | { 14 | destinationSet = false; 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05bbdc6a3b254694e8d1e2d9d55cd256 3 | timeCreated: 1492603101 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class NavMeshAgentControlClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public ExposedReference destination; 10 | [HideInInspector] 11 | public NavMeshAgentControlBehaviour template = new NavMeshAgentControlBehaviour (); 12 | 13 | public ClipCaps clipCaps 14 | { 15 | get { return ClipCaps.None; } 16 | } 17 | 18 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 19 | { 20 | var playable = ScriptPlayable.Create (graph, template); 21 | NavMeshAgentControlBehaviour clone = playable.GetBehaviour (); 22 | clone.destination = destination.Resolve (graph.GetResolver ()); 23 | return playable; 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cfedc374dca69334db907af09ba5c404 3 | timeCreated: 1492603101 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a3805dde487857b41b2fff7d26f06f1e 3 | timeCreated: 1492603101 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Playables; 3 | using UnityEngine.Timeline; 4 | using UnityEngine.AI; 5 | 6 | [TrackColor(0.855f, 0.8623f, 0.87f)] 7 | [TrackClipType(typeof(NavMeshAgentControlClip))] 8 | [TrackBindingType(typeof(NavMeshAgent))] 9 | public class NavMeshAgentControlTrack : TrackAsset 10 | { 11 | public override Playable CreateTrackMixer(PlayableGraph graph, GameObject go, int inputCount) 12 | { 13 | return ScriptPlayable.Create (graph, inputCount); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d201ca921ed322e418c25df03740a308 3 | timeCreated: 1492603101 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Readme.txt: -------------------------------------------------------------------------------- 1 | The contents of this folder come from the 'Default Playables' package available on the Asset Store. BUT, the 'Video' scripts have all been updated (various fixes) so please DO NOT attempt to update them. -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9bacb18c9aabd0a459a8ca1c0ae2678d 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1482b2b9e18dc0a43baf3c92d0cd7156 3 | folderAsset: yes 4 | timeCreated: 1496916559 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b53f46f9af38aef4c8014c759eae0bd9 3 | folderAsset: yes 4 | timeCreated: 1496916561 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.UI; 5 | 6 | [CustomPropertyDrawer(typeof(ScreenFaderBehaviour))] 7 | public class ScreenFaderDrawer : PropertyDrawer 8 | { 9 | public override float GetPropertyHeight (SerializedProperty property, GUIContent label) 10 | { 11 | int fieldCount = 1; 12 | return fieldCount * EditorGUIUtility.singleLineHeight; 13 | } 14 | 15 | public override void OnGUI (Rect position, SerializedProperty property, GUIContent label) 16 | { 17 | SerializedProperty colorProp = property.FindPropertyRelative("color"); 18 | 19 | Rect singleFieldRect = new Rect(position.x, position.y, position.width, EditorGUIUtility.singleLineHeight); 20 | EditorGUI.PropertyField(singleFieldRect, colorProp); 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 7075b31fb4bae504f8480419ce90246f 3 | timeCreated: 1496916563 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | using UnityEngine.UI; 6 | 7 | [Serializable] 8 | public class ScreenFaderBehaviour : PlayableBehaviour 9 | { 10 | public Color color = Color.black; 11 | } 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4cf88cabc4dadeb4fafeefdbc61869ca 3 | timeCreated: 1496916563 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class ScreenFaderClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public ScreenFaderBehaviour template = new ScreenFaderBehaviour (); 10 | 11 | public ClipCaps clipCaps 12 | { 13 | get { return ClipCaps.Blending; } 14 | } 15 | 16 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 17 | { 18 | var playable = ScriptPlayable.Create (graph, template); 19 | return playable; } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0445258a5c40b364ab21547784905327 3 | timeCreated: 1496916563 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88173aff48b4ccb429d83dca32d03a86 3 | timeCreated: 1496916563 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/ScreenFader/ScreenFaderTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6a8190b9dc143d64ab3322e49af85f7b 3 | timeCreated: 1496916563 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2d691e3fbd7f57c4d81cf41595ca9cc7 3 | folderAsset: yes 4 | timeCreated: 1496915575 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b912234a0cf57714d8cec5d0a338786d 3 | folderAsset: yes 4 | timeCreated: 1496915577 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/Editor/TextSwitcherDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d10fec9d6fdea024293153308aa74ef7 3 | timeCreated: 1496915579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | using UnityEngine.UI; 6 | 7 | [Serializable] 8 | public class TextSwitcherBehaviour : PlayableBehaviour 9 | { 10 | public Color color = Color.white; 11 | public int fontSize = 14; 12 | public string text; 13 | } 14 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6480896635305a7418e42ec32d3c64d3 3 | timeCreated: 1496915579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class TextSwitcherClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public TextSwitcherBehaviour template = new TextSwitcherBehaviour (); 10 | 11 | public ClipCaps clipCaps 12 | { 13 | get { return ClipCaps.Blending; } 14 | } 15 | 16 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 17 | { 18 | var playable = ScriptPlayable.Create (graph, template); 19 | return playable; } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4d683f551d33a84db12bb6fa65573f9 3 | timeCreated: 1496915579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8a4266a3acde3c24e995780329819997 3 | timeCreated: 1496915579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TextSwitcher/TextSwitcherTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 73211584ea373f3409e0a7a83d711aef 3 | timeCreated: 1496915579 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8ee2af8470937c74ebb226b59fab0f6c 3 | folderAsset: yes 4 | timeCreated: 1491318587 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d5d00dcf58e5bec4888a9be9ecf3d1b4 3 | folderAsset: yes 4 | timeCreated: 1491318587 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs: -------------------------------------------------------------------------------- 1 | using UnityEditor; 2 | using UnityEngine; 3 | 4 | [CustomPropertyDrawer(typeof(TimeDilationBehaviour))] 5 | public class TimeDilationDrawer : PropertyDrawer 6 | { 7 | public override float GetPropertyHeight (SerializedProperty property, GUIContent label) 8 | { 9 | int fieldCount = 1; 10 | return fieldCount * EditorGUIUtility.singleLineHeight; 11 | } 12 | 13 | public override void OnGUI (Rect position, SerializedProperty property, GUIContent label) 14 | { 15 | SerializedProperty timeScaleProp = property.FindPropertyRelative("timeScale"); 16 | 17 | Rect singleFieldRect = new Rect(position.x, position.y, position.width, EditorGUIUtility.singleLineHeight); 18 | EditorGUI.PropertyField(singleFieldRect, timeScaleProp); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 96853521ef6ea974d96cf7ef72f7c6a7 3 | timeCreated: 1491318587 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationBehaviour.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class TimeDilationBehaviour : PlayableBehaviour 8 | { 9 | public float timeScale = 1f; 10 | } 11 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a0b944926d9e8514d892737116110502 3 | timeCreated: 1491318587 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class TimeDilationClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public TimeDilationBehaviour template = new TimeDilationBehaviour (); 10 | 11 | public ClipCaps clipCaps 12 | { 13 | get { return ClipCaps.Extrapolation | ClipCaps.Blending; } 14 | } 15 | 16 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 17 | { 18 | return ScriptPlayable.Create (graph, template); 19 | } 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eed9a3f59ff436340b05ff8248f0d998 3 | timeCreated: 1491318587 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64af3ceaf545d3341b852718827f2b64 3 | timeCreated: 1491318587 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationTrack.cs: -------------------------------------------------------------------------------- 1 | using UnityEngine; 2 | using UnityEngine.Playables; 3 | using UnityEngine.Timeline; 4 | 5 | [TrackColor(0.855f, 0.8623f, 0.87f)] 6 | [TrackClipType(typeof(TimeDilationClip))] 7 | public class TimeDilationTrack : TrackAsset 8 | { 9 | public override Playable CreateTrackMixer(PlayableGraph graph, GameObject go, int inputCount) 10 | { 11 | return ScriptPlayable.Create (graph, inputCount); 12 | } 13 | } 14 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TimeDilation/TimeDilationTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0282fd402247fd34eb165b280236e58a 3 | timeCreated: 1491318587 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 770abf86f6667884f903a5e1966bc2f9 3 | folderAsset: yes 4 | timeCreated: 1489416105 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c560c903bbc7d84089ed5183276f9c5 3 | folderAsset: yes 4 | timeCreated: 1489676106 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/Editor/TransformTweenDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d4c9e800b8d9b3344850b4b658de699d 3 | timeCreated: 1491229652 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/TransformTweenBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0594bfd3cbfda4d4bab34de00fb2faed 3 | timeCreated: 1493024223 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/TransformTweenClip.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using UnityEngine; 3 | using UnityEngine.Playables; 4 | using UnityEngine.Timeline; 5 | 6 | [Serializable] 7 | public class TransformTweenClip : PlayableAsset, ITimelineClipAsset 8 | { 9 | public TransformTweenBehaviour template = new TransformTweenBehaviour (); 10 | public ExposedReference startLocation; 11 | public ExposedReference endLocation; 12 | 13 | public ClipCaps clipCaps 14 | { 15 | get { return ClipCaps.Blending; } 16 | } 17 | 18 | public override Playable CreatePlayable (PlayableGraph graph, GameObject owner) 19 | { 20 | var playable = ScriptPlayable.Create (graph, template); 21 | TransformTweenBehaviour clone = playable.GetBehaviour (); 22 | clone.startLocation = startLocation.Resolve (graph.GetResolver ()); 23 | clone.endLocation = endLocation.Resolve (graph.GetResolver ()); 24 | return playable; 25 | } 26 | } -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/TransformTweenClip.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f28fb04ff66f85e40af453230799042c 3 | timeCreated: 1489416659 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/TransformTweenMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e904ec43bfb67e843b3b830e3d2adc1d 3 | timeCreated: 1493024236 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/TransformTween/TransformTweenTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f2e6ab84ba07902498da4807885565cb 3 | timeCreated: 1489416673 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3beda1e3675ee5a438601ebe0052d01d 3 | folderAsset: yes 4 | timeCreated: 1497258609 5 | licenseType: Store 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9b97946a33c9d91468b591d8ae8e29b0 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/Editor/VideoScriptPlayableAssetEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d7bfc96fe6cd2f54c85f2b64bb149a73 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/VideoPlayableBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f9cbe3d1fa4843444a5eb76370a4dd15 3 | timeCreated: 1497258618 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/VideoSchedulerPlayableBehaviour.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6dfd332197b07004c90e572e7b383e47 3 | timeCreated: 1497258618 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/VideoScriptPlayableAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 88bb1acb4c6ce544788ae727c940bd7e 3 | timeCreated: 1497258618 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/Video/VideoScriptPlayableTrack.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b5bef7c9d630a7042b864b59b09e597c 3 | timeCreated: 1497258618 4 | licenseType: Store 5 | MonoImporter: 6 | serializedVersion: 2 7 | defaultReferences: [] 8 | executionOrder: 0 9 | icon: {instanceID: 0} 10 | userData: 11 | assetBundleName: 12 | assetBundleVariant: 13 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/VideoScriptPlayable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/VideoEditorAssets/ModifiedDefaultPlayables/VideoScriptPlayable.pdf -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/ModifiedDefaultPlayables/VideoScriptPlayable.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe111545f1755db409bc06a51d745d6b 3 | timeCreated: 1499765725 4 | licenseType: Store 5 | DefaultImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Presets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8897e913bdf487d48a3bfcbd71c2b951 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Presets/VideoClipImporter.preset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 60f95d80294ffe84f8bb8d2ccc3b498e 3 | NativeFormatImporter: 4 | externalObjects: {} 5 | mainObjectFileID: 0 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fedb57d684354eb488eb1a32c3a9d04f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89866d889ca085a49a34e53ee21cea64 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/GameViewUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d06573aee7eddda43a45443f5f9561ab 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/LayoutUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0b1ceee4849f344c8e9f8cccdcc66a3 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/OpenWelcomeOnLaunch.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e797841479df096429719721e52d309b 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorConstants.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public static class VideoEditorConstants 6 | { 7 | public static readonly string WindowLayoutPath = "Assets\\VideoEditorAssets\\WindowLayout\\Video Editor Layout.wlt"; 8 | 9 | public static readonly string WindowDataPath = "Assets\\VideoEditorAssets\\WindowData.asset"; 10 | 11 | public static readonly string BlogLink = "https://blog.jam-es.com/2020/06/making-youtube-videos-with-unity.html"; 12 | 13 | public static readonly string SupportWebsiteLink = "https://solutionstudios.jam-es.com/contactus"; 14 | 15 | public static readonly string SolutionStudiosLink = "https://solutionstudios.jam-es.com"; 16 | 17 | public static readonly string GitHubLink = "https://github.com/James231/Unity-Video-Editor-Template"; 18 | 19 | public static readonly string YouTubeLink = "https://youtu.be/47NaGi8E7UI"; 20 | } 21 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorConstants.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6488d56f54a71344190a635ea1cf2e0d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorMenuItems.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fde5561c5b45bc44fb38afd8c6673dd6 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorWelcomeWindow.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b5a903409771d643b987304f3188be0 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorWelcomeWindowData.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | 5 | public class VideoEditorWelcomeWindowData : ScriptableObject 6 | { 7 | public bool launched = false; 8 | } -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/Scripts/Editor/VideoEditorWelcomeWindowData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf9c176ac0b72ca4b9b187c609a6dc1c 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f54d1bd14bd3ca042bd867b519fee8cc 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8e7e8f5a82a3a134e91c54efd2274ea9 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/VideoEditorAssets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b8d251f9af63b746bf2f7ffe00ebb9b 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6ab70aee4d56447429c680537fbf93ed 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6e59c59b81ab47f9b6ec5781fa725d2c 3 | timeCreated: 1484171296 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/VideoEditorAssets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e3265ab4bf004d28a9537516768c1c75 3 | timeCreated: 1484171297 4 | licenseType: Pro 5 | TrueTypeFontImporter: 6 | serializedVersion: 2 7 | fontSize: 16 8 | forceTextureCase: -2 9 | characterSpacing: 1 10 | characterPadding: 0 11 | includeFontData: 1 12 | use2xBehaviour: 0 13 | fontNames: [] 14 | fallbackFontReferences: [] 15 | customCharacters: 16 | fontRenderingMode: 0 17 | userData: 18 | assetBundleName: 19 | assetBundleVariant: 20 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 243e06394e614e5d99fab26083b707fa 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 731f1baa9d144a9897cb1d341c2092b8 3 | folderAsset: yes 4 | timeCreated: 1442040525 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e73a58f6e2794ae7b1b7e50b7fb811b0 3 | timeCreated: 1484172806 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2e498d1c8094910479dc3e1b768306a4 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 79459efec17a4d00a321bdcc27bbc385 3 | timeCreated: 1484172856 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f586378b4e144a9851e7b34d9b748ee 3 | timeCreated: 1484171803 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- 1 | )]}〕〉》」』】〙〗〟’”⦆»ヽヾーァィゥェォッャュョヮヵヶぁぃぅぇぉっゃゅょゎゕゖㇰㇱㇲㇳㇴㇵㇶㇷㇸㇹㇺㇻㇼㇽㇾㇿ々〻‐゠–〜?!‼⁇⁈⁉・、%,.:;。!?]):;=}¢°"†‡℃〆%,. -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fade42e8bc714b018fac513c043d323b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇〉》」$⦆¥₩ # -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d82c1b31c7e74239bff1220585707d2b 3 | timeCreated: 1425440388 4 | licenseType: Store 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 99f836c9cb9345dba2e72c4a1f2d0695 3 | folderAsset: yes 4 | timeCreated: 1436068007 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48bb5f55d8670e349b6e614913f9d910 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1e3b057af24249748ff873be7fafee47 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 128e987d567d4e2c824d754223b3f3b0 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd89cf5b9246416f84610a006f916af7 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bc1ede39bf3643ee8e493720e4259791 3 | timeCreated: 1463704911 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a02a7d8c237544f1962732b55a9aebf1 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fe393ace9b354375a9cb14cdbbc28be4 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85187c2149c549c5b33f0cdb02836b17 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f7ada0af4f174f0694ca6a487b8f543d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68e6db2ebdc24f95958faec2be5558d6 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cf81c85f95fe47e1a27f6ae460cf182c 3 | timeCreated: 1450517184 4 | licenseType: Pro 5 | ShaderImporter: 6 | defaultTextures: [] 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 407bc68d299748449bbf7f48ee690f8d 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3997e2241185407d80309a82f9148466 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d930090c0cd643c7b55f19a38538c162 3 | ShaderImporter: 4 | defaultTextures: [] 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 512a49d95c0c4332bdd98131869c23c9 3 | folderAsset: yes 4 | timeCreated: 1441876896 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c41005c129ba4d66911b75229fd70b45 3 | timeCreated: 1480316912 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4aecb92fff08436c8303b10eab8da368 3 | folderAsset: yes 4 | timeCreated: 1441876950 5 | licenseType: Pro 6 | DefaultImporter: 7 | userData: 8 | assetBundleName: 9 | assetBundleVariant: 10 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f952c082cb03451daed3ee968ac6c63e 3 | timeCreated: 1432805430 4 | licenseType: Store 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3f5b5dff67a942289a9defa416b206f3 3 | timeCreated: 1436653997 4 | licenseType: Pro 5 | NativeFormatImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0603b6d5186471b96c778c3949c7ce2 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- 1 | This sample of beautiful emojis are provided by EmojiOne https://www.emojione.com/ 2 | 3 | Please visit their website to view the complete set of their emojis and review their licensing terms. -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 381dcb09d5029d14897e55f98031fca5 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8f05276190cf498a8153f6cbe761d4e6 3 | timeCreated: 1480316860 4 | licenseType: Pro 5 | TextScriptImporter: 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/James231/Unity-Video-Editor-Template/94e256ef07927ef6b0a4e3254d37174d5b9934f2/Assets/VideoEditorAssets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5f2217d47ef768d458646bb946179a1f 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/Readme.txt: -------------------------------------------------------------------------------- 1 | These scripts come from: 2 | https://github.com/azixMcAze/Unity-UIGradient -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/Readme.txt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 08c6d6b7e4ec0fc4787cbb36c9c96762 3 | TextScriptImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/SetDirty.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.UI; 5 | 6 | public class SetDirty : MonoBehaviour { 7 | public Graphic m_graphic; 8 | // Use this for initialization 9 | void Reset () { 10 | m_graphic = GetComponent(); 11 | } 12 | 13 | // Update is called once per frame 14 | void Update () { 15 | m_graphic.SetVerticesDirty(); 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/SetDirty.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d867294b33f57c4eb6ffae6516cd8a7 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UICornersGradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dd516335c280b9f4393cb8128b3544a4 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UIGradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c0a0c3124b389fe4694d3f62c7dcb59e 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UIGradientUtils.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: b1b872a8b4ad33c4f93d20168448777d 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UITextCornersGradient.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.UI; 5 | 6 | [AddComponentMenu("UI/Effects/Text 4 Corners Gradient")] 7 | public class UITextCornersGradient : BaseMeshEffect { 8 | public Color m_topLeftColor = Color.white; 9 | public Color m_topRightColor = Color.white; 10 | public Color m_bottomRightColor = Color.white; 11 | public Color m_bottomLeftColor = Color.white; 12 | 13 | public override void ModifyMesh(VertexHelper vh) 14 | { 15 | if(enabled) 16 | { 17 | Rect rect = graphic.rectTransform.rect; 18 | 19 | UIVertex vertex = default(UIVertex); 20 | for (int i = 0; i < vh.currentVertCount; i++) { 21 | vh.PopulateUIVertex (ref vertex, i); 22 | Vector2 normalizedPosition = UIGradientUtils.VerticePositions[i % 4]; 23 | vertex.color *= UIGradientUtils.Bilerp(m_bottomLeftColor, m_bottomRightColor, m_topLeftColor, m_topRightColor, normalizedPosition); 24 | vh.SetUIVertex (vertex, i); 25 | } 26 | } 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UITextCornersGradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 64796a2c880d9a6438b5c2f7817b462a 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UITextGradient.cs: -------------------------------------------------------------------------------- 1 | using System.Collections; 2 | using System.Collections.Generic; 3 | using UnityEngine; 4 | using UnityEngine.UI; 5 | 6 | [AddComponentMenu("UI/Effects/Text Gradient")] 7 | public class UITextGradient : BaseMeshEffect 8 | { 9 | public Color m_color1 = Color.white; 10 | public Color m_color2 = Color.white; 11 | [Range(-180f, 180f)] 12 | public float m_angle = 0f; 13 | 14 | public override void ModifyMesh(VertexHelper vh) 15 | { 16 | if(enabled) 17 | { 18 | Rect rect = graphic.rectTransform.rect; 19 | Vector2 dir = UIGradientUtils.RotationDir(m_angle); 20 | UIGradientUtils.Matrix2x3 localPositionMatrix = UIGradientUtils.LocalPositionMatrix(new Rect(0f, 0f, 1f, 1f), dir); 21 | 22 | UIVertex vertex = default(UIVertex); 23 | for (int i = 0; i < vh.currentVertCount; i++) { 24 | 25 | vh.PopulateUIVertex (ref vertex, i); 26 | Vector2 position = UIGradientUtils.VerticePositions[i % 4]; 27 | Vector2 localPosition = localPositionMatrix * position; 28 | vertex.color *= Color.Lerp(m_color2, m_color1, localPosition.y); 29 | vh.SetUIVertex (vertex, i); 30 | } 31 | } 32 | } 33 | } 34 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/UIGradient/UITextGradient.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0585c4c111aa7d74182d07bad369b2ee 3 | MonoImporter: 4 | externalObjects: {} 5 | serializedVersion: 2 6 | defaultReferences: [] 7 | executionOrder: 0 8 | icon: {instanceID: 0} 9 | userData: 10 | assetBundleName: 11 | assetBundleVariant: 12 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/WindowLayout.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 15b5e52c4266d884b9cbad3d78a48591 3 | folderAsset: yes 4 | DefaultImporter: 5 | externalObjects: {} 6 | userData: 7 | assetBundleName: 8 | assetBundleVariant: 9 | -------------------------------------------------------------------------------- /Assets/VideoEditorAssets/WindowLayout/Video Editor Layout.wlt.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 097f29e0b47d8e94cb452f882ba2d9d4 3 | DefaultImporter: 4 | externalObjects: {} 5 | userData: 6 | assetBundleName: 7 | assetBundleVariant: 8 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 James231 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!11 &1 4 | AudioManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Volume: 1 8 | Rolloff Scale: 1 9 | Doppler Factor: 1 10 | Default Speaker Mode: 2 11 | m_SampleRate: 0 12 | m_DSPBufferSize: 1024 13 | m_VirtualVoiceCount: 512 14 | m_RealVoiceCount: 32 15 | m_SpatializerPlugin: 16 | m_AmbisonicDecoderPlugin: 17 | m_DisableAudio: 0 18 | m_VirtualizeEffects: 1 19 | m_RequestedDSPBufferSize: 1024 20 | -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!236 &1 4 | ClusterInputManager: 5 | m_ObjectHideFlags: 0 6 | m_Inputs: [] 7 | -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1045 &1 4 | EditorBuildSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_Scenes: [] 8 | m_configObjects: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!149 &1 4 | NetworkManager: 5 | m_ObjectHideFlags: 0 6 | m_DebugLevel: 0 7 | m_Sendrate: 15 8 | m_AssetToPrefab: {} 9 | -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!1386491679 &1 4 | PresetManager: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 2 7 | m_DefaultPresets: 8 | - first: 9 | m_NativeTypeID: 1127 10 | m_ManagedTypePPtr: {fileID: 0} 11 | m_ManagedTypeFallback: 12 | second: 13 | - m_Preset: {fileID: 2655988077585873504, guid: 60f95d80294ffe84f8bb8d2ccc3b498e, 14 | type: 2} 15 | m_Filter: 16 | -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2019.3.15f1 2 | m_EditorVersionWithRevision: 2019.3.15f1 (59ff3e03856d) 3 | -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!78 &1 4 | TagManager: 5 | serializedVersion: 2 6 | tags: [] 7 | layers: 8 | - Default 9 | - TransparentFX 10 | - Ignore Raycast 11 | - 12 | - Water 13 | - UI 14 | - 15 | - 16 | - 17 | - 18 | - 19 | - 20 | - 21 | - 22 | - 23 | - 24 | - 25 | - 26 | - 27 | - 28 | - 29 | - 30 | - 31 | - 32 | - 33 | - 34 | - 35 | - 36 | - 37 | - 38 | - 39 | - 40 | m_SortingLayers: 41 | - name: Default 42 | uniqueID: 0 43 | locked: 0 44 | -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!5 &1 4 | TimeManager: 5 | m_ObjectHideFlags: 0 6 | Fixed Timestep: 0.02 7 | Maximum Allowed Timestep: 0.1 8 | m_TimeScale: 1 9 | Maximum Particle Timestep: 0.03 10 | -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!310 &1 4 | UnityConnectSettings: 5 | m_ObjectHideFlags: 0 6 | serializedVersion: 1 7 | m_Enabled: 0 8 | m_TestMode: 0 9 | m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events 10 | m_EventUrl: https://cdp.cloud.unity3d.com/v1/events 11 | m_ConfigUrl: https://config.uca.cloud.unity3d.com 12 | m_TestInitMode: 0 13 | CrashReportingSettings: 14 | m_EventUrl: https://perf-events.cloud.unity3d.com 15 | m_Enabled: 0 16 | m_LogBufferSize: 10 17 | m_CaptureEditorExceptions: 1 18 | UnityPurchasingSettings: 19 | m_Enabled: 0 20 | m_TestMode: 0 21 | UnityAnalyticsSettings: 22 | m_Enabled: 0 23 | m_TestMode: 0 24 | m_InitializeOnStartup: 1 25 | UnityAdsSettings: 26 | m_Enabled: 0 27 | m_InitializeOnStartup: 1 28 | m_TestMode: 0 29 | m_IosGameId: 30 | m_AndroidGameId: 31 | m_GameIds: {} 32 | m_GameId: 33 | PerformanceReportingSettings: 34 | m_Enabled: 0 35 | -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- 1 | %YAML 1.1 2 | %TAG !u! tag:unity3d.com,2011: 3 | --- !u!937362698 &1 4 | VFXManager: 5 | m_ObjectHideFlags: 0 6 | m_IndirectShader: {fileID: 0} 7 | m_CopyBufferShader: {fileID: 0} 8 | m_SortShader: {fileID: 0} 9 | m_StripUpdateShader: {fileID: 0} 10 | m_RenderPipeSettingsPath: 11 | m_FixedTimeStep: 0.016666668 12 | m_MaxDeltaTime: 0.05 13 | -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- 1 | { 2 | "m_SettingKeys": [ 3 | "VR Device Disabled", 4 | "VR Device User Alert" 5 | ], 6 | "m_SettingValues": [ 7 | "False", 8 | "False" 9 | ] 10 | } --------------------------------------------------------------------------------