├── .gitignore ├── CameraLiveProduction_ProjectURP~ ├── .gitignore ├── Assets │ ├── CameraTimeline.playable │ ├── CameraTimeline.playable.meta │ ├── DefaultPlayables.meta │ ├── DefaultPlayables │ │ ├── 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 │ │ ├── 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 │ │ │ ├── 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 │ ├── Editor.meta │ ├── Editor │ │ ├── TestEditorWindow.cs │ │ └── TestEditorWindow.cs.meta │ ├── Example.meta │ ├── Example │ │ ├── CameraTimeline.playable │ │ ├── CameraTimeline.playable.meta │ │ ├── Material.meta │ │ ├── Material │ │ │ ├── Ground.mat │ │ │ ├── Ground.mat.meta │ │ │ ├── male_standard1.mat │ │ │ └── male_standard1.mat.meta │ │ ├── Model.meta │ │ ├── Model │ │ │ ├── 2K-tiling_45.meta │ │ │ ├── 2K-tiling_45 │ │ │ │ ├── 2K-tiling_45_ambientocclusion.png │ │ │ │ ├── 2K-tiling_45_ambientocclusion.png.meta │ │ │ │ ├── 2K-tiling_45_basecolor.png │ │ │ │ ├── 2K-tiling_45_basecolor.png.meta │ │ │ │ ├── 2K-tiling_45_height.png │ │ │ │ ├── 2K-tiling_45_height.png.meta │ │ │ │ ├── 2K-tiling_45_metallic.png │ │ │ │ ├── 2K-tiling_45_metallic.png.meta │ │ │ │ ├── 2K-tiling_45_normal.png │ │ │ │ ├── 2K-tiling_45_normal.png.meta │ │ │ │ ├── 2K-tiling_45_roughness.png │ │ │ │ └── 2K-tiling_45_roughness.png.meta │ │ │ ├── Bellydancing.fbx │ │ │ └── Bellydancing.fbx.meta │ │ ├── Prefab.meta │ │ ├── Prefab │ │ │ ├── Canvas.prefab │ │ │ └── Canvas.prefab.meta │ │ ├── ReferenceRenderTextureA.renderTexture │ │ ├── ReferenceRenderTextureA.renderTexture.meta │ │ ├── ReferenceRenderTextureB.renderTexture │ │ ├── ReferenceRenderTextureB.renderTexture.meta │ │ ├── UniversalRenderPipelineAsset.asset │ │ ├── UniversalRenderPipelineAsset.asset.meta │ │ ├── UniversalRenderPipelineAsset_Renderer.asset │ │ └── UniversalRenderPipelineAsset_Renderer.asset.meta │ ├── MultiCameraSplitter.cs │ ├── MultiCameraSplitter.cs.meta │ ├── Samples.meta │ ├── Scenes.meta │ ├── Scenes │ │ ├── SampleScene.unity │ │ ├── SampleScene.unity.meta │ │ ├── Standard.meta │ │ ├── Standard │ │ │ ├── GlobalVolumeProfile.asset │ │ │ ├── GlobalVolumeProfile.asset.meta │ │ │ ├── Volume.png │ │ │ ├── Volume.png.meta │ │ │ ├── VolumeProfileAsset.png │ │ │ └── VolumeProfileAsset.png.meta │ │ ├── Standard_Profiles.meta │ │ └── Standard_Profiles │ │ │ ├── CM vcam1 Profile.asset │ │ │ ├── CM vcam1 Profile.asset.meta │ │ │ ├── GameObject Profile 1.asset │ │ │ ├── GameObject Profile 1.asset.meta │ │ │ ├── GameObject Profile 2.asset │ │ │ ├── GameObject Profile 2.asset.meta │ │ │ ├── GameObject Profile 3.asset │ │ │ ├── GameObject Profile 3.asset.meta │ │ │ ├── GameObject Profile 4.asset │ │ │ ├── GameObject Profile 4.asset.meta │ │ │ ├── GameObject Profile 5.asset │ │ │ ├── GameObject Profile 5.asset.meta │ │ │ ├── GameObject Profile 6.asset │ │ │ ├── GameObject Profile 6.asset.meta │ │ │ ├── GameObject Profile.asset │ │ │ └── GameObject Profile.asset.meta │ ├── Settings.meta │ ├── Settings │ │ ├── SkyBox.mat │ │ ├── SkyBox.mat.meta │ │ ├── URP-Balanced-Renderer.asset │ │ ├── URP-Balanced-Renderer.asset.meta │ │ ├── URP-Balanced.asset │ │ ├── URP-Balanced.asset.meta │ │ ├── URP-HighFidelity-Renderer.asset │ │ ├── URP-HighFidelity-Renderer.asset.meta │ │ ├── URP-HighFidelity.asset │ │ ├── URP-HighFidelity.asset.meta │ │ ├── URP-Performant-Renderer.asset │ │ ├── URP-Performant-Renderer.asset.meta │ │ ├── URP-Performant.asset │ │ ├── URP-Performant.asset.meta │ │ ├── Volume Profile.asset │ │ └── Volume Profile.asset.meta │ ├── TextMesh Pro.meta │ ├── TextMesh Pro │ │ ├── Documentation.meta │ │ ├── Documentation │ │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LiberationSans - OFL.txt │ │ │ ├── LiberationSans - OFL.txt.meta │ │ │ ├── LiberationSans.ttf │ │ │ └── LiberationSans.ttf.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Fonts & Materials.meta │ │ │ ├── Fonts & Materials │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ │ ├── LiberationSans SDF.asset │ │ │ │ └── LiberationSans SDF.asset.meta │ │ │ ├── LineBreaking Following Characters.txt │ │ │ ├── LineBreaking Following Characters.txt.meta │ │ │ ├── LineBreaking Leading Characters.txt │ │ │ ├── LineBreaking Leading Characters.txt.meta │ │ │ ├── Sprite Assets.meta │ │ │ ├── Sprite Assets │ │ │ │ ├── EmojiOne.asset │ │ │ │ └── EmojiOne.asset.meta │ │ │ ├── Style Sheets.meta │ │ │ ├── Style Sheets │ │ │ │ ├── Default Style Sheet.asset │ │ │ │ └── Default Style Sheet.asset.meta │ │ │ ├── TMP Settings.asset │ │ │ └── TMP Settings.asset.meta │ │ ├── Shaders.meta │ │ ├── Shaders │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader │ │ │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ │ │ ├── TMP_Bitmap-Mobile.shader │ │ │ ├── TMP_Bitmap-Mobile.shader.meta │ │ │ ├── TMP_Bitmap.shader │ │ │ ├── TMP_Bitmap.shader.meta │ │ │ ├── TMP_SDF Overlay.shader │ │ │ ├── TMP_SDF Overlay.shader.meta │ │ │ ├── TMP_SDF SSD.shader │ │ │ ├── TMP_SDF SSD.shader.meta │ │ │ ├── TMP_SDF-Mobile Masking.shader │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ ├── TMP_SDF-Mobile Overlay.shader.meta │ │ │ ├── TMP_SDF-Mobile SSD.shader │ │ │ ├── TMP_SDF-Mobile SSD.shader.meta │ │ │ ├── TMP_SDF-Mobile.shader │ │ │ ├── TMP_SDF-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface-Mobile.shader │ │ │ ├── TMP_SDF-Surface-Mobile.shader.meta │ │ │ ├── TMP_SDF-Surface.shader │ │ │ ├── TMP_SDF-Surface.shader.meta │ │ │ ├── TMP_SDF.shader │ │ │ ├── TMP_SDF.shader.meta │ │ │ ├── TMP_Sprite.shader │ │ │ ├── TMP_Sprite.shader.meta │ │ │ ├── TMPro.cginc │ │ │ ├── TMPro.cginc.meta │ │ │ ├── TMPro_Mobile.cginc │ │ │ ├── TMPro_Mobile.cginc.meta │ │ │ ├── TMPro_Properties.cginc │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ ├── TMPro_Surface.cginc │ │ │ └── TMPro_Surface.cginc.meta │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── EmojiOne Attribution.txt │ │ │ ├── EmojiOne Attribution.txt.meta │ │ │ ├── EmojiOne.json │ │ │ ├── EmojiOne.json.meta │ │ │ ├── EmojiOne.png │ │ │ └── EmojiOne.png.meta │ ├── TutorialInfo.meta │ ├── TutorialInfo │ │ ├── Icons.meta │ │ ├── Icons │ │ │ ├── URP.png │ │ │ └── URP.png.meta │ │ ├── Layout.wlt │ │ ├── Layout.wlt.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── ReadmeEditor.cs │ │ │ └── ReadmeEditor.cs.meta │ │ │ ├── Readme.cs │ │ │ └── Readme.cs.meta │ ├── UniversalRenderPipelineGlobalSettings.asset │ ├── UniversalRenderPipelineGlobalSettings.asset.meta │ ├── Volume.meta │ └── Volume │ │ ├── DofA.asset │ │ ├── DofA.asset.meta │ │ ├── DofB.asset │ │ └── DofB.asset.meta ├── Packages │ ├── manifest.json │ └── packages-lock.json ├── ProjectSettings │ ├── AudioManager.asset │ ├── BurstAotSettings_StandaloneWindows.json │ ├── ClusterInputManager.asset │ ├── CommonBurstAotSettings.json │ ├── DynamicsManager.asset │ ├── EditorBuildSettings.asset │ ├── EditorSettings.asset │ ├── GraphicsSettings.asset │ ├── InputManager.asset │ ├── MemorySettings.asset │ ├── NavMeshAreas.asset │ ├── PackageManagerSettings.asset │ ├── Physics2DSettings.asset │ ├── PresetManager.asset │ ├── ProjectSettings.asset │ ├── ProjectVersion.txt │ ├── QualitySettings.asset │ ├── SceneTemplateSettings.json │ ├── ShaderGraphSettings.asset │ ├── TagManager.asset │ ├── TimeManager.asset │ ├── TimelineSettings.asset │ ├── URPProjectSettings.asset │ ├── UnityConnectSettings.asset │ ├── VFXManager.asset │ ├── VersionControlSettings.asset │ ├── XRSettings.asset │ └── boot.config └── UserSettings │ ├── EditorUserSettings.asset │ ├── Layouts │ └── default-2021.dwlt │ └── Search.settings ├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── jp.iridescent.cameraliveproduction.meta └── jp.iridescent.cameraliveproduction ├── Editor.meta ├── Editor ├── BaseEditor.cs ├── BaseEditor.cs.meta ├── CameraMixerEditor.cs ├── CameraMixerEditor.cs.meta ├── CameraMixerRenameTool.cs ├── CameraMixerRenameTool.cs.meta ├── CameraMixerTimelineClipEditor.cs ├── CameraMixerTimelineClipEditor.cs.meta ├── CameraToggleSwitcherEditor.cs ├── CameraToggleSwitcherEditor.cs.meta ├── PropertyDrawerUtility.cs └── PropertyDrawerUtility.cs.meta ├── Resources.meta ├── Resources ├── CameraSwitcherResources.meta └── CameraSwitcherResources │ ├── CameraSwitcherEditorGUI.uxml │ ├── CameraSwitcherEditorGUI.uxml.meta │ ├── CameraToggleSwitcherEditorGUI.uxml │ ├── CameraToggleSwitcherEditorGUI.uxml.meta │ ├── Shader.meta │ └── Shader │ ├── CameraSwitcherFader.shader │ └── CameraSwitcherFader.shader.meta ├── Script.meta ├── Script ├── CameraLiveProduction.asmdef ├── CameraLiveProduction.asmdef.meta ├── CameraLiveSwitcherUtility.cs ├── CameraLiveSwitcherUtility.cs.meta ├── CameraMixer.cs ├── CameraMixer.cs.meta ├── CameraMixerTimeline.meta ├── CameraMixerTimeline │ ├── CameraMixerPostEffect.meta │ ├── CameraMixerPostEffect │ │ ├── CameraLayerMixer.cs │ │ ├── CameraLayerMixer.cs.meta │ │ ├── CameraMixerPostEffectBase.cs │ │ ├── CameraMixerPostEffectBase.cs.meta │ │ ├── CinemachineVolumeForceLayerChange.cs │ │ ├── CinemachineVolumeForceLayerChange.cs.meta │ │ ├── GameObjectExtensions.cs │ │ ├── GameObjectExtensions.cs.meta │ │ ├── ICameraMixerEffect.cs │ │ └── ICameraMixerEffect.cs.meta │ ├── CameraMixerTimelineBehaviour.cs │ ├── CameraMixerTimelineBehaviour.cs.meta │ ├── CameraMixerTimelineClip.cs │ ├── CameraMixerTimelineClip.cs.meta │ ├── CameraMixerTimelineMixerBehaviour.cs │ ├── CameraMixerTimelineMixerBehaviour.cs.meta │ ├── CameraMixerTimelineTrack.cs │ ├── CameraMixerTimelineTrack.cs.meta │ ├── PostProductionEffects.meta │ └── PostProductionEffects │ │ ├── CameraCullingMask.cs │ │ ├── CameraCullingMask.cs.meta │ │ ├── CameraPostProductionBase.cs │ │ ├── CameraPostProductionBase.cs.meta │ │ ├── CameraShake.cs │ │ ├── CameraShake.cs.meta │ │ ├── CameraTransform.cs │ │ ├── CameraTransform.cs.meta │ │ ├── CloneLiveCamera.cs │ │ ├── CloneLiveCamera.cs.meta │ │ ├── HDCameraBody.cs │ │ ├── HDCameraBody.cs.meta │ │ ├── HDCameraLens.cs │ │ ├── HDCameraLens.cs.meta │ │ ├── ICameraPostProduction.cs │ │ ├── ICameraPostProduction.cs.meta │ │ ├── LiveCamera.cs │ │ ├── LiveCamera.cs.meta │ │ ├── LiveCameraBase.cs │ │ ├── LiveCameraBase.cs.meta │ │ ├── VolumeOverride.cs │ │ └── VolumeOverride.cs.meta ├── CameraToggleSwitcher.cs ├── CameraToggleSwitcher.cs.meta ├── CameraToggleSwitcherTimeline.meta ├── CameraToggleSwitcherTimeline │ ├── CameraToggleSwitcherTimelineBehaviour.cs │ ├── CameraToggleSwitcherTimelineBehaviour.cs.meta │ ├── CameraToggleSwitcherTimelineClip.cs │ ├── CameraToggleSwitcherTimelineClip.cs.meta │ ├── CameraToggleSwitcherTimelineMixerBehaviour.cs │ ├── CameraToggleSwitcherTimelineMixerBehaviour.cs.meta │ ├── CameraToggleSwitcherTimelineTrack.cs │ └── CameraToggleSwitcherTimelineTrack.cs.meta ├── Utility.meta └── Utility │ ├── CameraLayerUtility.cs │ └── CameraLayerUtility.cs.meta ├── package.json └── package.json.meta /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/.gitignore -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/.gitignore -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/CameraTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/CameraTimeline.playable -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/CameraTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/CameraTimeline.playable.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/DefaultPlayablesDocumentation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/DefaultPlayablesDocumentation.pdf -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/DefaultPlayablesDocumentation.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/DefaultPlayablesDocumentation.pdf.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor/TimelinePlayableWizard.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor/TimelinePlayableWizard.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor/TimelinePlayableWizard.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Editor/TimelinePlayableWizard.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor/LightControlDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor/LightControlDrawer.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor/LightControlDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/Editor/LightControlDrawer.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/LightControl/LightControlTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/NavMeshAgentControl/NavMeshAgentControlTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/Editor/ScreenFaderDrawer.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/ScreenFader/ScreenFaderTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor/TextSwitcherDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor/TextSwitcherDrawer.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor/TextSwitcherDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/Editor/TextSwitcherDrawer.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TextSwitcher/TextSwitcherTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/Editor/TimeDilationDrawer.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TimeDilation/TimeDilationTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor/TransformTweenDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor/TransformTweenDrawer.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor/TransformTweenDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/Editor/TransformTweenDrawer.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenClip.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenClip.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenMixerBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/TransformTween/TransformTweenTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoPlayableBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoPlayableBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoPlayableBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoPlayableBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoSchedulerPlayableBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoSchedulerPlayableBehaviour.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoSchedulerPlayableBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoSchedulerPlayableBehaviour.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableAsset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableAsset.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableAsset.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableAsset.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableTrack.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/Video/VideoScriptPlayableTrack.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/VideoScriptPlayable.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/VideoScriptPlayable.pdf -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/VideoScriptPlayable.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/DefaultPlayables/VideoScriptPlayable.pdf.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Editor/TestEditorWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Editor/TestEditorWindow.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Editor/TestEditorWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Editor/TestEditorWindow.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/CameraTimeline.playable: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/CameraTimeline.playable -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/CameraTimeline.playable.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/CameraTimeline.playable.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Material.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Material.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Material/Ground.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Material/Ground.mat -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Material/Ground.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Material/Ground.mat.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Material/male_standard1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Material/male_standard1.mat -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Material/male_standard1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Material/male_standard1.mat.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_ambientocclusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_ambientocclusion.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_ambientocclusion.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_ambientocclusion.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_basecolor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_basecolor.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_basecolor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_basecolor.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_height.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_height.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_height.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_height.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_metallic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_metallic.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_metallic.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_metallic.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_normal.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_normal.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_normal.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_roughness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_roughness.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_roughness.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/2K-tiling_45/2K-tiling_45_roughness.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/Bellydancing.fbx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/Bellydancing.fbx -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Model/Bellydancing.fbx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Model/Bellydancing.fbx.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Prefab.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Prefab/Canvas.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Prefab/Canvas.prefab -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/Prefab/Canvas.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/Prefab/Canvas.prefab.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureA.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureA.renderTexture -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureA.renderTexture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureA.renderTexture.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureB.renderTexture: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureB.renderTexture -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureB.renderTexture.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/ReferenceRenderTextureB.renderTexture.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset_Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset_Renderer.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset_Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Example/UniversalRenderPipelineAsset_Renderer.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/MultiCameraSplitter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/MultiCameraSplitter.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/MultiCameraSplitter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/MultiCameraSplitter.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Samples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Samples.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/SampleScene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/SampleScene.unity -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/SampleScene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/SampleScene.unity.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/GlobalVolumeProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/GlobalVolumeProfile.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/GlobalVolumeProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/GlobalVolumeProfile.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/Volume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/Volume.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/Volume.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/Volume.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/VolumeProfileAsset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/VolumeProfileAsset.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/VolumeProfileAsset.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard/VolumeProfileAsset.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/CM vcam1 Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/CM vcam1 Profile.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/CM vcam1 Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/CM vcam1 Profile.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 1.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 1.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 1.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 1.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 2.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 2.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 2.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 2.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 3.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 3.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 3.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 3.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 4.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 4.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 4.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 4.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 5.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 5.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 5.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 5.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 6.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 6.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 6.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile 6.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Scenes/Standard_Profiles/GameObject Profile.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/SkyBox.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/SkyBox.mat -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/SkyBox.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/SkyBox.mat.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced-Renderer.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced-Renderer.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Balanced.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity-Renderer.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity-Renderer.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-HighFidelity.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant-Renderer.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant-Renderer.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/URP-Performant.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/Volume Profile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/Volume Profile.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Settings/Volume Profile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Settings/Volume Profile.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons/URP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons/URP.png -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons/URP.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Icons/URP.png.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Layout.wlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Layout.wlt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Layout.wlt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Layout.wlt.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Editor/ReadmeEditor.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Readme.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Readme.cs -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Readme.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/TutorialInfo/Scripts/Readme.cs.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Volume.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Volume.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Volume/DofA.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Volume/DofA.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Volume/DofA.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Volume/DofA.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Volume/DofB.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Volume/DofB.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Assets/Volume/DofB.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Assets/Volume/DofB.asset.meta -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Packages/manifest.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/Packages/packages-lock.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/BurstAotSettings_StandaloneWindows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/BurstAotSettings_StandaloneWindows.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/CommonBurstAotSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/CommonBurstAotSettings.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/TimelineSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/TimelineSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/ProjectSettings/boot.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/UserSettings/EditorUserSettings.asset -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/UserSettings/Layouts/default-2021.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/CameraLiveProduction_ProjectURP~/UserSettings/Layouts/default-2021.dwlt -------------------------------------------------------------------------------- /CameraLiveProduction_ProjectURP~/UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/README.md.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/BaseEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/BaseEditor.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/BaseEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d86584120d4f4a0bbe2a9caaafdf53f9 3 | timeCreated: 1660138073 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/CameraMixerEditor.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 14759a66d923423ca23114e41ef1b41f 3 | timeCreated: 1671449255 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerRenameTool.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/CameraMixerRenameTool.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerRenameTool.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/CameraMixerRenameTool.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerTimelineClipEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/CameraMixerTimelineClipEditor.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraMixerTimelineClipEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9a7b91fa52f248579bbf61358af968a0 3 | timeCreated: 1671526417 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraToggleSwitcherEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/CameraToggleSwitcherEditor.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/CameraToggleSwitcherEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f70af7c9b47b4dd4aac90c5c2d1817f0 3 | timeCreated: 1676388234 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/PropertyDrawerUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/PropertyDrawerUtility.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Editor/PropertyDrawerUtility.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Editor/PropertyDrawerUtility.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraSwitcherEditorGUI.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraSwitcherEditorGUI.uxml -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraSwitcherEditorGUI.uxml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraSwitcherEditorGUI.uxml.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraToggleSwitcherEditorGUI.uxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraToggleSwitcherEditorGUI.uxml -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraToggleSwitcherEditorGUI.uxml.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/CameraToggleSwitcherEditorGUI.uxml.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader/CameraSwitcherFader.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader/CameraSwitcherFader.shader -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader/CameraSwitcherFader.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Resources/CameraSwitcherResources/Shader/CameraSwitcherFader.shader.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraLiveProduction.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraLiveProduction.asmdef -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraLiveProduction.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraLiveProduction.asmdef.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraLiveSwitcherUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraLiveSwitcherUtility.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraLiveSwitcherUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: df5defee6ca748aba20e50f624ad4650 3 | timeCreated: 1671526920 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixer.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixer.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89308812c67f43f5a1c4953b83d1c0f6 3 | timeCreated: 1676984428 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraLayerMixer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraLayerMixer.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraLayerMixer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraLayerMixer.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraMixerPostEffectBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraMixerPostEffectBase.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CameraMixerPostEffectBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e16224c5f62c48b0a8872fca1429ac51 3 | timeCreated: 1676984878 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CinemachineVolumeForceLayerChange.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CinemachineVolumeForceLayerChange.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CinemachineVolumeForceLayerChange.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/CinemachineVolumeForceLayerChange.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/GameObjectExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/GameObjectExtensions.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/GameObjectExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1b4be43c2b1844ec98863a72e8bdeb78 3 | timeCreated: 1677037523 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/ICameraMixerEffect.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/ICameraMixerEffect.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerPostEffect/ICameraMixerEffect.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 467fc6de52104d76836229d63dd42c8e 3 | timeCreated: 1676984507 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineBehaviour.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineBehaviour.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineClip.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineClip.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineMixerBehaviour.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineTrack.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/CameraMixerTimelineTrack.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8179d18779124ec6941ff1663a4bf038 3 | timeCreated: 1673496282 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraCullingMask.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraCullingMask.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraCullingMask.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89448c7bb5644703b54a9e8fa4a9d2ec 3 | timeCreated: 1671524200 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraPostProductionBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraPostProductionBase.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraPostProductionBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e538f88280094db885593a8a1c602db4 3 | timeCreated: 1671524441 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraShake.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraShake.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraShake.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraShake.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraTransform.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraTransform.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CameraTransform.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 5ced71d30ed547328cde17578e9aac7a 3 | timeCreated: 1677335705 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CloneLiveCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CloneLiveCamera.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/CloneLiveCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 01df8d4717264736a793189654338abd 3 | timeCreated: 1673581141 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraBody.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraBody.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraBody.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraBody.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraLens.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraLens.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/HDCameraLens.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: ef47a93a6f9b4144a7cdf8373c9f2168 3 | timeCreated: 1673496416 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/ICameraPostProduction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/ICameraPostProduction.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/ICameraPostProduction.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9568e31240eb4ab8bde03b0308406363 3 | timeCreated: 1671524090 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCamera.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCamera.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCamera.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e47f47e0e20d4232b6461714ec00aac3 3 | timeCreated: 1673503978 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCameraBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCameraBase.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/LiveCameraBase.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 992264958995462994c5eb5eeac20a6a 3 | timeCreated: 1673506535 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/VolumeOverride.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/VolumeOverride.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/VolumeOverride.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraMixerTimeline/PostProductionEffects/VolumeOverride.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcher.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcher.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 48b6d89a74104d898cffd2017a3e3daf 3 | timeCreated: 1676376887 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineBehaviour.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineBehaviour.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineClip.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineClip.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineClip.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineClip.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineMixerBehaviour.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineMixerBehaviour.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineMixerBehaviour.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineMixerBehaviour.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineTrack.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineTrack.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineTrack.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/CameraToggleSwitcherTimeline/CameraToggleSwitcherTimelineTrack.cs.meta -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/Utility.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 3a4fd5a944414a6792319aec0df6693b 3 | timeCreated: 1676983924 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/Utility/CameraLayerUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/Script/Utility/CameraLayerUtility.cs -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/Script/Utility/CameraLayerUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9391e6d6c7e6413ca41056dffdd79170 3 | timeCreated: 1676983953 -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/package.json -------------------------------------------------------------------------------- /jp.iridescent.cameraliveproduction/package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/murasaqi/Unity_CameraLiveProduction/HEAD/jp.iridescent.cameraliveproduction/package.json.meta --------------------------------------------------------------------------------