Skip to content

Commit

Permalink
wording fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Nov 4, 2024
1 parent d309ddb commit 2b8a8f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Editor/Scripts/VisualScripting/VsNodeGeneration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private static void OnScriptsReloaded()
{
if (EditorPrefs.GetString(GENERATED_VS_NODES_VERSION_PREFS_KEY) != PackageManagerUtility.currentVersion)
{
string DialogMessage = "Banter SDK has been updated and requires a Visual Scripting to be regenerated. This may take a few moments.";
string DialogMessage = "Banter SDK has been updated and requires Visual Scripting to be regenerated. This may take a few moments.";
if (!Application.isBatchMode)
UnityEditor.EditorUtility.DisplayDialog("Banter SDK Updated", DialogMessage, "OK");
SetVSTypesAndAssemblies();
Expand Down
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
<img src="https://cdn.sidequestvr.com/file/606701/unity_uv0yc00xq7-ezgifcom-video-to-gif-converter.gif" style="float: right; max-width: 300px; margin: 20px; margin-top: 0;"/>

<div style="font-size: 42px; color: white;">Banter Creator Documentation</div>

# Banter Creator Documentation
<sup>Powered by `BullShcript`<sup>TM</sup><br><sup>([bullshc.rip/t](https://bullshc.rip/t))</sup></sup>

Here you will find all the information you need to start building spaces and avatars in Banter. You should also [join our discord server](https://discord.gg/bantaverse) to interact with others interested in building spaces in Banter.

## Introduction

There is loads of info and examples here in the docs, and the full-text search in the top left is your best friend.

## Avatar Creation
<img src="https://cdn.sidequestvr.com/file/606701/unity_uv0yc00xq7-ezgifcom-video-to-gif-converter.gif" style="float: right; max-width: 300px; margin: 20px; margin-top: 0;"/>

We have a new avatar system out in beta, including an extension for blender to make building avatars as easy as possible.
Here you will find all the information you need to start building spaces and avatars in Banter. You should also [join our discord server](https://discord.gg/bantaverse) to interact with others interested in building spaces in Banter.

<details><summary>Click Here For More Info</summary>

Expand Down

0 comments on commit 2b8a8f5

Please sign in to comment.