Skip to content

Tiny cutscenes creation tool with animation crossfades, path following and camera splines.

License

Notifications You must be signed in to change notification settings

SnapshotGames/dmb_clips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dumb Sequencing and Playback for Unity3D

Tiny cutscenes creation tool with animation crossfades, path following and camera splines.

Installation

Copy or git clone dmb_clips inside your Assets folder.

Running the Example

  1. Make sure the 'Clips Parent Directory' field in the inspector points to the proper Resources folder.
  2. Open the scene Assets/dmb_clips/Example/Sequencer.unity.
  3. Click on the sequencer timeline in the Scene View.
  4. In the Command Line field type 'load <partial clip name>' and press Enter. For example 'load big guy' will load the big_guy_github.clip.prefab for editing.

Some useful commands

load <clip> - loads clip.
save [optional_clip_name] - saves clip.
new - creates a new empty clip.
import <clip> - appends another clip to current clip.
replace_actor <actor> [optional_actor] - if optional actor name is supplied replaces <actor> with [optional_actor], otherwise, replaces all actors with <actor>.
revert - load last saved version of current clip.
shift <seconds> - shifts clip samples with <seconds> seconds.
trim - cut any empty time at the clip bounds.

screenshot

vid

Video of the tool: https://youtu.be/jr76VzZQUME

About

Tiny cutscenes creation tool with animation crossfades, path following and camera splines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages