All Projects → hammerplay-studios → karaoke

hammerplay-studios / karaoke

Licence: other
Karaoke is a neat plugin to parse and display karaoke subtitle files such as SSA/ASS inside Unity

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to karaoke

template-unity-package
A Github template for creating a new Unity Package. Hit the green "User this template" next to "Clone or download" to get started!
Stars: ✭ 50 (+163.16%)
Mutual labels:  unity3d-plugin
Creator
Scalable and maintainable Unity-based VR training
Stars: ✭ 25 (+31.58%)
Mutual labels:  unity3d-plugin
MidiJack
MIDI input / output plugin for Unity
Stars: ✭ 19 (+0%)
Mutual labels:  unity3d-plugin
AssetLens
Asset Lens : Unity asset reference management utility working in background. 에디터 백그라운드에서 관리되는 유니티 에셋 파일 레퍼런스 데이터 도구.
Stars: ✭ 47 (+147.37%)
Mutual labels:  unity3d-plugin
ScriptableObjectDropdown
Dropdown for ScriptableObjects
Stars: ✭ 40 (+110.53%)
Mutual labels:  unity3d-plugin
LMS.Version
Super simple auto build version tool
Stars: ✭ 40 (+110.53%)
Mutual labels:  unity3d-plugin
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (+1126.32%)
Mutual labels:  unity3d-plugin
TinyECS
Tiny ECS is an easy to use Entity-Component-System framework that's designed specially for Unity3D.
Stars: ✭ 20 (+5.26%)
Mutual labels:  unity3d-plugin
UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+205.26%)
Mutual labels:  unity3d-plugin
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (+78.95%)
Mutual labels:  unity3d-plugin
BGSDK-Foundation
Heathen Engineering's BGSDK Foundation allows you to manage in-game items as blockchain assets. It is a complete wrapper around Venly's Web API. The tool simplifies integration with Venly API exposing all features and functions to C# classes and includes Editor extensions to aid in design and deployment of Contracts and Tokens.
Stars: ✭ 59 (+210.53%)
Mutual labels:  unity3d-plugin
KorikasAvatarPlugin
🐈 Manage your VRChat avatars with ease!
Stars: ✭ 27 (+42.11%)
Mutual labels:  unity3d-plugin
typography-karaoke
Demonstrating Typography via Karaoke-style cues using HTML5 Audio/Video and WebVTT
Stars: ✭ 15 (-21.05%)
Mutual labels:  karaoke
Unity-2017.2-and-Vuforia-6.5---Camera-Auto-Focus
Unity 2017.2 and Vuforia 6.5 Augmented Reality (AR) Camera Auto Focus
Stars: ✭ 17 (-10.53%)
Mutual labels:  unity3d-plugin
Unity.Blog.Override App Delegate
A maintainable way to extend / override app delegate in Unity iOS / OSX standalone player. (Much) more at http://eppz.eu/blog/override-app-delegate-unity-ios-osx-1/
Stars: ✭ 28 (+47.37%)
Mutual labels:  unity3d-plugin
Unitygoogledrive
Google Drive SDK for Unity game engine
Stars: ✭ 236 (+1142.11%)
Mutual labels:  unity3d-plugin
download.unity.com
Unity Download http://unity3d.com/unity/download/archive
Stars: ✭ 90 (+373.68%)
Mutual labels:  unity3d-plugin
UBind
UBind is a value binding component for Unity, which is used to quickly realize the association binding between UI and logical data.
Stars: ✭ 57 (+200%)
Mutual labels:  unity3d-plugin
karaokemugen-app
Karaoke player and manager (Backup repository. Main is https://gitlab.com/karaokemugen/karaokemugen-app )
Stars: ✭ 30 (+57.89%)
Mutual labels:  karaoke
Webview-unity-3d-2017.3-or-higher-
Webview unity 3d 2017.3 or higher - can be open website url on unity3d or open Html5, html and js on unity offline
Stars: ✭ 18 (-5.26%)
Mutual labels:  unity3d-plugin

Karaoke plugin for Unity

Karaoke is a neat plugin to parse and display karaoke subtitle files such as SSA/ASS inside Unity.

If you are looking for a SRT parser have a look at (https://github.com/roguecode/Unity-Simple-SRT), this project is a derivate of it.

Use Aegisub to create subtitles/karaoke and generate SSA/ASS files, it's opensource (http://www.aegisub.org/)

How to

  • Add Karaoke component to a Text component.
  • Rename the .ass file to .txt, then drag and drop it to the Subtitle File property.
  • You can either use Play On Awake or call the method StartSubtitle() or StartSubtitle(callback).
  • Add your custom tag to Highlight Start Tag and Highlight End Tag.

Component

Preview

Preview

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].