Cutscenes
InverseClockWork
$30.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
02/24(2021) |
30.0 |
11/21(2024) |
30.0 |
Jump AssetStore
Cutscene sequencing tool that is not time based.The demo materials use the Standard materials, so they have to be updated to match the SRP in the case that it's used. Otherwise, the system is renderer agnostic.Cutscenes is an easily extendable cutscene sequencing tool that is not time based but rather on action completion instead (for example, navigation to target or dialog box closure - or both at the same time).The actions can take varying amounts of slots, so e.g. a dialog box can stay open after the navigation action finishes and is replaced by an idle animation action.These actions can be placed on a "timeline" in a grid and dragged around for timing. When they're placed on the same "frame" they're active at the same time.This provids an amazing amount of flexibility to design cutscenes however you wish.The system is easily extended by custom actions for whatever use-case.It comes with following actions built-in:* Play an audio clip* Change a blend shape configuration* Set an active cinemachine camera* Control an animator* Control another cutscene (cutscenes can be nested)* Destroy a GameObject* Show a dialog box* Activate/deactivate a GameObject* Instantiate a prefab* Navigate to a point* Play an animation on Animator* Control Unity's built-in timelines* Wait for a duration of timeThe system also has a meta-data support for the cutscene "frames". For example, the dialog system takes the dialog text and prefab from the dialog meta data which in turn can be customized to read a text asset or specify the dialog contents within (based on the selected meta-data provider).This meta-data system can also be extended for other use cases, when the data shouldn't be coupled in the action itself but read from other source.Meta-data, being "frame" specific, can be dragged on the timeline to match the timing to specific actions, so the cutscene structure doesn't need to be known when writing the dialog (aside from the order of appearance).DocumentationAPIWebsiteSupportWritten for .NET Standard 2.0 api compatibility levelRenderer and graphics API agnosticThe demo model has 5146 triangles.