https://github.com/rcj15/gork
A node based tool for Unity that allows you to easily create cutscenes. This tool uses the Unity GraphView API and UI builder.
https://github.com/rcj15/gork
cutscene graph graph-view node-based unity unity-asset unity-editor unity-graph unity-scripts unity-uielement
Last synced: 4 months ago
JSON representation
A node based tool for Unity that allows you to easily create cutscenes. This tool uses the Unity GraphView API and UI builder.
- Host: GitHub
- URL: https://github.com/rcj15/gork
- Owner: RCJ15
- Created: 2022-09-21T14:51:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-01T15:04:13.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T10:23:43.230Z (8 months ago)
- Topics: cutscene, graph, graph-view, node-based, unity, unity-asset, unity-editor, unity-graph, unity-scripts, unity-uielement
- Language: C#
- Homepage:
- Size: 808 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMPORTANT NOTE
This project is currently unfinished.# How To Install
1. Download the repository.
2. Add the folder into your Unity assets folder.
3. Done, you can now use Gork to your advantadge.# How To Use
Gork uses Scriptable Objects to save it's graphs. In order to get started, right click your projects panel and go to "Create/Gork Graph" to create a new gork graph. You can then call it whatever you want and open it by double clicking.## The Interface
The interface is quite simple. You have a toolbar at the top for a few operations you can do, such as highlighting the file in your projects folder and saving your graph to another file.Navigating is also quite simple. If you have used the Animator window or Shader Graph, you'll feel right at home!
Simply hold alt + LMB and move the mouse to navigate, use the scrollwheel to zoom in and out. Click and drag to select nodes in a box.## Nodes
Gork graph uses nodes and is the meat of gork.# Custom Nodes
Yes that's right! Gork allows you to create your own custom Gork Nodes!
This section is unfinished...