Skip to content

Commit

Permalink
[SDK-579] feat: merged related samples (#139)
Browse files Browse the repository at this point in the history
## Description

-   merged the multiple loading and render samples into there own folders.
  • Loading branch information
HarrisonHough authored Oct 30, 2023
1 parent 977d8eb commit dc7848f
Show file tree
Hide file tree
Showing 47 changed files with 23 additions and 27 deletions.
8 changes: 8 additions & 0 deletions Samples~/AvatarLoadingSamples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions Samples~/AvatarRenderSamples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
34 changes: 7 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.readyplayerme.core",
"version": "3.4.0",
"displayName": "Ready Player Me Core",
"description": "This Module contains all the core functionality required for using Ready Player Me avatars in Unity, including features such as: \n - Module management and automatic package setup logic\n - Avatar loading from .glb files\n - Avatar and 2D render requests\n - Optional Analytics\n - Custom editor windows\n - Sample scenes and assets",
"description": "This Module contains all the core functionality required for using Ready Player Me avatars in Unity, including features such as: \n - Module management and automatic package setup logic\n - Avatar loading from .glb files \n - Avatar creation \n - Avatar and 2D render requests \n - Optional Analytics\n - Custom editor windows\n - Sample scenes and assets",
"unity": "2020.3",
"unityRelease": "0f1",
"documentationUrl": "https://docs.readyplayer.me/ready-player-me/integration-guides/unity-sdk",
Expand Down Expand Up @@ -30,34 +30,14 @@
"path": "Samples~/QuickStart"
},
{
"displayName": "AvatarLoading",
"description": "Loads an avatar.",
"path": "Samples~/AvatarLoading"
"displayName": "AvatarLoadingSamples",
"description": "These samples showcase various ways to load an avatar into a scene.",
"path": "Samples~/AvatarLoadingSamples"
},
{
"displayName": "AvatarLod",
"description": "Demonstration of how to implement Avatar LOD's.",
"path": "Samples~/AvatarLod"
},
{
"displayName": "AvatarRender",
"description": "Creates a 2D render of an avatar using the Render API.",
"path": "Samples~/AvatarRender"
},
{
"displayName": "MultipleAvatarLoading",
"description": "Loads multiple avatars.",
"path": "Samples~/MultipleAvatarLoading"
},
{
"displayName": "MultipleQualityAvatarLoading",
"description": "Loads the same avatar multiple times with different quality settings.",
"path": "Samples~/MultipleQualityAvatarLoading"
},
{
"displayName": "MultipleAvatarRender",
"description": "Loads the multiple avatar render with different settings.",
"path": "Samples~/MultipleAvatarRender"
"displayName": "AvatarRenderSamples",
"description": "These samples showcase how to creates a 2D renders of an avatar using the Render API.",
"path": "Samples~/AvatarRenderSamples"
},
{
"displayName": "WebGLSample",
Expand Down

0 comments on commit dc7848f

Please sign in to comment.