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:
- Click "SkillsVR CCK" in the window's toolbar.
- Select "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
- 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.
- Select "New Project".
- Type the project name in the "Project Name" field of the popup window.
- Click "Confirm".
Switch Project
- Click the project dropdown to open the project menu.
- Hover over "Switch Project".
- Select the project you want to switch to.
Delete Project
- Click the project dropdown to open the project menu.
- Select "Delete Project".
- Click the dropdown labelled "Select Project to Delete".
- Select the project you want to delete.
- Click "Delete".
⚠️
The project cannot be restored after it is deleted.
Import Project
- Click the project dropdown to open the project menu.
- Select "Import Project".
- Select the project you want to import.
- Remember to select the root folder of the project.
- Click "Select Folder".
ℹ️
Imported projects do not automatically open. Use the "Switch Project" flow to open the newly imported project.
Export Project
- Click the project dropdown to open the project menu.
- Select "Export Project".
- Select the project you want to export.
- Click "Export".
- Choose the folder/location that you would like to export your project to.
- Click "Select Folder".
Scene Graph Navigation
The Graph Navigator lists all scene graphs created within the project graph (aka Main Graph).
Open Scene Graph
To open a scene graph, double click on the scene name.
Locate Related Scene Assets
Click the scene graph name in the navigator. The related scene asset will be highlighted in the Unity project view.