CCK View and Panel Navigation
Graph Navigator

Graph Navigator

The graph navigator is where you can:

  • manage multiple CCK projects in one Unity project;
  • navigate between scene graphs in a CCK project.

To open the Graph Navigator:

  1. Click "SkillsVR CCK" in the window's toolbar.
  2. Select "Graph Navigator".

Selecting the Graph Navigator

CCK Project Management

The CCK project contains graphs that the game needs. Multiple CCK projects can be created within one Unity project, which allows sharing massive assets between games and saves tons of asset importing time.

Create Project

  1. Click the project dropdown to open the project menu.
    • The title might show "No Active Project" or the name of the project that is currently open.
  2. Select "New Project".
  3. Type the project name in the "Project Name" field of the popup window.
  4. Click "Confirm".

Creating a project when there is no active project

Creating a project when there is already a project active

Switch Project

  1. Click the project dropdown to open the project menu.
  2. Hover over "Switch Project".
  3. Select the project you want to switch to.

Switching projects

Delete Project

  1. Click the project dropdown to open the project menu.
  2. Select "Delete Project".
  3. Click the dropdown labelled "Select Project to Delete".
  4. Select the project you want to delete.
  5. Click "Delete".

Deleting projects

⚠️

The project cannot be restored after it is deleted.

Import Project

  1. Click the project dropdown to open the project menu.
  2. Select "Import Project".
  3. Select the project you want to import.
    • Remember to select the root folder of the project.
  4. Click "Select Folder".
ℹ️

Imported projects do not automatically open. Use the "Switch Project" flow to open the newly imported project.

Importing projects

Export Project

  1. Click the project dropdown to open the project menu.
  2. Select "Export Project".
  3. Select the project you want to export.
  4. Click "Export".
  5. Choose the folder/location that you would like to export your project to.
  6. Click "Select Folder".

Exporting projects

Scene Graph Navigation

The Graph Navigator lists all scene graphs created within the project graph (aka Main Graph).

The Scene Graph Navigator

Open Scene Graph

To open a scene graph, double click on the scene name.

Opening a scene graph

Locate Related Scene Assets

Click the scene graph name in the navigator. The related scene asset will be highlighted in the Unity project view.

Locating the assets of a scene