Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _variables/chilloutvr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"unity": {
"nativeVersion": "2021.3.23f1"
"nativeVersion": "2022.3.58f1"
}
}
24 changes: 19 additions & 5 deletions docs/cck/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@


## Downloads
As our Content Creation Kit evolves constantly, we recommend to always use the latest version. You can find information

As our Content Creation Kit constantly evolves, we recommend to always use the latest version. You can find information
on how to upgrade from an older version below.

##### Download CCK

First, download our cck.
[ :fontawesome-solid-download: Download Content Creation Kit {{ cck.cck.version }}]({{ cck.cck.downloadUrl }}){ .md-button .md-button--primary }


##### Download Unity

You also need one of our supported unity versions, we recommend to use **Unity {{ cck.unity.install.version }}**

[ :fontawesome-solid-download: Unity {{ cck.unity.install.version }} (Unity Hub)]({{ cck.unity.install.hub }}){ .md-button .md-button--primary }
Expand All @@ -22,21 +25,32 @@ You also need one of our supported unity versions, we recommend to use **Unity {
## Installation

##### Removing old installations

Before importing the new version, please remove the following folders in the main directory of your Unity project if
present: "ABI.CCK" and "ABI.MODS". A restart of the editor is not required. This procedure can be optional but is recommended for line version upgrades (1.X to 2.X, 2.X to 3.X, etc.)

##### Importing new CCK

If no old CCK is present, you can just import the package found above. If you already have an older version of our CCK
imported, please refer to the information of the step above.

##### Signing in to the CCK
To sign in to the CCK, you need your content creation kit master key. You can get this key here: Community Hub Key-Manager.

To sign in to the CCK, you will need your Content Creation Kit Master Key. **This is not the same as your ChilloutVR account password.**
You can find your master key through the [Community Hub](https://hub.chilloutvr.net/) in your profile settings under **Access Key Management**.
You will then sign in with that key and your username.

## Publishing Content
To publish your content, regardless of type, log in to the [Community Hub](https://hub.abinteractive.net/) and navigate
to your contents details page. You can then navigate to the publication settings tab and hit on publish. This will open
a ticket for publishing. We will get back to you shortly.

To publish any content, log in to the [Community Hub](https://hub.chilloutvr.net/) and open your content's details page.
From there, click **Submit for Publication** and follow the on-screen instructions.

You can quickly open the details page in several ways:

* **From the Community Hub:** click the **My Content** button up top, find your created content, and click **Manage**.
* **From the CCK Builder Tab:** click the `▼` utility button in the top-right and select **Open in Browser**.
* **From the CCK Browser Tab (CCK 4.X.X+):** search for your created content and click the **View on Hub** button.
* **In-game:** use the **Open in Hub** button on the content's in-game details page.

<hr>
**Any questions left?**
Expand Down