All Projects → keijiro → Audiopreviewtrack

keijiro / Audiopreviewtrack

Instant audio playback (scrubbing) in preview mode of Unity Timeline editor.

Projects that are alternatives of or similar to Audiopreviewtrack

Timelineparticlecontrol
An example of controlling particle system from timeline.
Stars: ✭ 348 (+295.45%)
Mutual labels:  unity, unity3d, timeline
Midianimationtrack
SMF (.mid) file importer for Unity Timeline
Stars: ✭ 243 (+176.14%)
Mutual labels:  unity, unity3d, timeline
Timelinetool
Provides an easy way to change Playable Director's Bindings and Clips at runtime.
Stars: ✭ 24 (-72.73%)
Mutual labels:  unity, unity3d, timeline
Proceduralmotiontrack
Simple procedural motion with Unity Timeline.
Stars: ✭ 300 (+240.91%)
Mutual labels:  unity, unity3d, timeline
Unitystationbumper
Video bumper for Unity's live streaming channel.
Stars: ✭ 28 (-68.18%)
Mutual labels:  unity, unity3d, timeline
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-5.68%)
Mutual labels:  unity, unity3d
Unityvision Ios
This native plugin enables Unity to take advantage of specific features of Core-ML and Vision Framework on the iOS platform.
Stars: ✭ 85 (-3.41%)
Mutual labels:  unity, unity3d
Unityrecyclinglistview
A fast scrolling list component for Unity UI which recycles its child elements
Stars: ✭ 86 (-2.27%)
Mutual labels:  unity, unity3d
Atlasimage
AtlasImage is a graphic component use SpriteAtlas for uGUI. In addition, add useful sprite selector and border editor to the inspector.
Stars: ✭ 81 (-7.95%)
Mutual labels:  unity, unity3d
Weaver
Weaver is a code weaving framework built right into Unity Engine. Based heavily off of Fody.
Stars: ✭ 78 (-11.36%)
Mutual labels:  unity, unity3d
Unitycsvutil
Lightweight but type safe CSV serialise/deserialise of objects
Stars: ✭ 80 (-9.09%)
Mutual labels:  unity, unity3d
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-7.95%)
Mutual labels:  unity, unity3d
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-2.27%)
Mutual labels:  unity, unity3d
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+1281.82%)
Mutual labels:  unity, unity3d
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-5.68%)
Mutual labels:  unity, unity3d
Akvj
Demo project for Akvfx (Azure Kinect plugin for Unity)
Stars: ✭ 79 (-10.23%)
Mutual labels:  unity, unity3d
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-9.09%)
Mutual labels:  unity, unity3d
Unity Colourlovers Importer
Unity editor tool to load colours and palettes directly from COLOURlovers.com
Stars: ✭ 85 (-3.41%)
Mutual labels:  unity, unity3d
Vertexanimationjob
Vertex animation with C# Job System and new Mesh API
Stars: ✭ 82 (-6.82%)
Mutual labels:  unity, unity3d
Unityandroidhotupdate
(Unity3D热更新) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: ✭ 85 (-3.41%)
Mutual labels:  unity, unity3d

Notice: Unity 2018.2 adds Audio Scrubbing support while editing. This can be enabled via the cog menu in the Timeline editor.

screenshot

So from Unity 2018.2, it's recommended to use the Audio Scrubbing feature for audio preview while Timeline editing.

AudioPreviewTrack

screen

AudioPreviewTrack is a custom track for Unity Timeline that allows instant audio playback in preview mode.

How to use

  1. Add an Audio Preview Track to a timeline.
  2. Add an Audio Preview Clip to the preview track.
  3. Set an audio clip to the Clip property of the preview clip.

Known issues and limitations

  • Audio Preview Track only works in Editor. It does nothing in built apps.
  • Audio Preview Track only supports a single track. It doesn't work correctly if there are more than two playing tracks.
  • Audio Preview Clip allocates small amount of GC memory per every frame :(

Nice! But how about having a waveform visualization?

Waveform visualization with the standard Audio Track has been implemented in Unity 2017.2. Try beta if you're interested.

Disclaimer!

I made this small utility just for making it easy to synchronize animation and music when creating a music video with Unity Timeline. Please don't expect that it's going to be more than just a utility. I used dirty and hackish tricks to implement it, so that it's not recommended for practical purposes.

If you seriously think that this functionality is a must-have in Unity, please give a vote to Feedback.

License?

Public domain

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].