Skip to content

Commit

Permalink
Updated Avatar Scene Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JustBuddy committed Jun 22, 2024
1 parent fcb7c7b commit debb759
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
Binary file modified src/content/docs/scene/img/001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/content/docs/scene/img/004.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 19 additions & 11 deletions src/content/docs/scene/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,26 @@ You need to import AudioLink and LTCGI beforehand if you plan to use them.

## Installation
<Tabs>
<TabItem label="VCC Package">
<TabItem label="VCC - New Scene">
<Steps>
1. Getting started is simple, just grab the package from our <a href="https://repo.buddyworks.wtf">VCC Repository</a> and import it into your project.
2. After that, you can copy the data into your */Assets/* directory by using the toolbar menu:
![Toolbar menu import.](./img/001.png)
3. This might open a save dialogue, this is for your current scene if you have an unsaved scene open.
If the scene in question is the default scene, just close the save dialogue.
4. Once done, you will find the data in */Assets/BUDDYWORKS/Avatar Scene*
The script will open the scene for you.
<Aside> If there was an error or the data is already imported, the import will abort and you will get a corresponding message printed into your console.</Aside>
</Steps>
</TabItem>
1. Getting started is simple, just grab the package from our <a href="https://repo.buddyworks.wtf">VCC Repository</a> and import it into your project.
2. After that, you can copy the data into your */Assets/* directory by using the toolbar menu:
![Toolbar menu import.](./img/001.png)
3. Once done, you will find the data in */Assets/BUDDYWORKS/Avatar Scene*
The script will open the scene for you.
<Aside> If there was an error or the data is already imported, the import will abort and you will get a corresponding message printed into your console.</Aside>
</Steps>
</TabItem>
<TabItem label="VCC - Upgrade existing Scene">
<Steps>
0. **Backup your existing scene!**
1. Getting started is simple, just grab the package from our <a href="https://repo.buddyworks.wtf">VCC Repository</a> and import it into your project.
2. After that, use the toolbar menu to start the upgrade process:
![Toolbar menu import.](./img/004.png)
3. Once complete, the script will display a message saying so. You are done!
<Aside> The light and camera of Avatar Scene are disabled by default, since your existing objects still exist. You can disable your old lights and cameras and activate the new ones inside _System</Aside>
</Steps>
</TabItem>
<TabItem label=".unitypackage">
> Importing the Unitypackage will directly give you all data inside `/Assets/BUDDYWORKS/Avatar Scene`, you will need to open the scene yourself.
That is basically it.
Expand Down

0 comments on commit debb759

Please sign in to comment.