← ClaudeAtlas

unity-video-playbacklisted

Use when playing back or streaming video in Unity — VideoPlayer, VideoClip, or render-target/audio-output configuration for video. Grounds answers in the local Unity 6.3 docs over pretrained knowledge.
IceMasterT/Unity-6.3_SKILLS · ★ 0 · AI & Automation · score 70
Install: claude install-skill IceMasterT/Unity-6.3_SKILLS
# Unity Video Playback ## Retrieval Sources | Source | Path | Use for | |--------|------|---------| | Video and cutscenes (landing page) | `Manual/Video.html` | Top-level index into Video sources, Video Player, and Video Profiler module topics; notes that Timeline is the recommended tool for authored (non-pre-rendered) cutscenes | | Video sources (index) | `Manual/video-sources.html` | Index into import/preview, referencing sources, file compatibility, unsupported-file workarounds, encoding compatibility, transcoding, and transparency sub-pages | | Use video sources | `Manual/video-sources-reference.html` | How to point a Video Player at a Video Clip vs. a URL; file-system/web-server/StreamingAssets URL forms; Web platform URL restriction | | Import and preview video clips | `Manual/video-clips-use.html` | Importing a file as a Video Clip asset, previewing it in the Inspector, and viewing Source Info (size/duration/frames/pixels) | | Understand video files | `Manual/VideoSources-VideoFiles.html` | Container vs. codec concepts, multi-track containers (multiple POV, stereo/5.1, subtitle/dialog tracks), hardware vs. software decoding | | Video file compatibility with the Unity Editor | `Manual/VideoSources-FileCompatibility.html` | Per-Editor-OS supported file extensions table (.mp4/.mov/.webm/.avi/etc.); WebM codec restrictions and the StreamingAssets bypass for unsupported WebM codecs; per-platform WebM/VP8/VP9/Opus support table | | Video file compatibility with target plat