Skip to content

Commit

Permalink
update package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeskydev committed Jan 8, 2025
1 parent f4e7507 commit 77586e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.sidequest.banter",
"version": "2.5.2",
"version": "2.6.0",
"displayName": "Banter SDK",
"description": "This Module contains the Banter SDK used for building spaces in the bantaverse.",
"unity": "2022.3",
Expand Down Expand Up @@ -30,13 +30,13 @@
"samples": [
{
"displayName": "Basics",
"description": "Learn how to use Banter components in your spaces!",
"path": "Samples~/Basics"
"description": "Learn how to use Banter components in your spaces! Contains 3 worlds to explore.\n\n1. Basics: Learn how to build Banter spaces.\n2. Gadgets: Fun tools to add to your world!\n3. Gravity Maze: An example space that manipulates gravity.",
"path": "Samples~/GettingStarted"
},
{
"displayName": "Gravity Maze",
"description": "Sample space that demonstrates how to manipulate gravity.",
"path": "Samples~/GravityMaze"
"displayName": "FlexaWorld",
"description": "A physics-fuelled playground showcasing the best of our FlexaBody system.",
"path": "Samples~/FlexaWorld"
}
]
}

0 comments on commit 77586e2

Please sign in to comment.