Skip to content

Content samples

afjk edited this page Jan 9, 2025 · 61 revisions

This plugin has content sample scenes in Assets/Samples-STYLY folder. The samples are categorized as following:

Here's the list of samples

Category Name Unity Pro required
Volumes Bounded NO
Volumes Unbounded NO
Spatial Recognition Real Time Meshing with Color Material NO
Spatial Recognition Real Time Meshing Occlusion and Collider NO
Spatial Recognition Shadow YES
Spatial Recognition Plane Detection Basic NO
Spatial Recognition Plane Detection with Colors NO
Remote Resources Online VRM avatar NO
Remote Resources Online 3D model NO
Remote Resources Online JSON NO
Remote Resources Online Music NO
Remote Resources Online Video NO
Interactions Head and Hand tracker NO
Interactions Hand Gesture NO
Interactions Grab Interaction NO
Interactions Grab Interaction Hover effect YES
Interactions Constrained Movement NO
Interactions Constrained Rotation NO
Interactions Poke Interaction NO
Interactions Select Interaction NO
Interactions Puzzle NO
Interactions Movement Area Restriction YES
Interactions Voice Recorder NO
VisualScripting Audio Control NO
VisualScripting Collision Detection NO
VisualScripting Custom Events NO
VisualScripting Logging For Debug NO
VisualScripting Material Change After 3 Sec NO
VisualScripting Material Parameter Change After 3 Sec NO
VisualScripting Move After 3 Sec NO
VisualScripting OnUpdate NO
VisualScripting CSV Handling NO
VisualScripting DateTime NO
Showcase LogoAnimation NO
Showcase PBR Materials NO
CustomShaders Stereo NO

Also, other samples are available in external repositories.

Name Repo
OSC styly-dev/OSC-Sample_STYLY-for-VisionPro
Animated Character styly-dev/AnimatedCharacter_STYLY-for-VisionPro
Audio Spectrum Analyzer from2001/Spectrum_VisualScriptingNodes

Contribution

You want to contribute as developer to add more samples? Why not?

How do you contribute?

You have two options.

  1. Create a PR for this repository.
  2. Create your repository and host samples there. We'll link to it from this Wiki.

Rules to contribute

File size

  • Please keep the total of file size under 5MB for a sample. (3D model, textures etc)

Basic naming rules

  • Names MUST be in words which first letter is a capital letter (a.k.a Spatial Computing).
  • Try to name with noun not verbs nor adjectives.

BAD ❌

  • Hand tracking
  • spatialComputing
  • materials
  • web requests

GOOD ✅

  • Hand Tracking
  • Spatial Computing
  • Materials
  • Web Requests

You may have some exceptions for connection words. If you have long name and you think it's difficult to read, you can consider the words without capital letter. (e.g. Object Interaction with Hands and Hover Effects)

Scene structure

  • Please keep only one GameObject which should be uploaded as a Prefab in a scene.
  • Please name GameObjects to upload to STYLY with "(Upload as Prefab)" Suffix to let users of this template know which GameObjects to make into Prefabs and upload STYLY.

Documentation

Please add user-friendly document as README.md in your content sample folder. If your sample is using VisualScripting graphs, sticky notes in the graphs are appreciated too.

  • README * Please include the overview of your sample and the details of how it works. You may want to mention names of GameObjects, Components attached to the objects and the parameter values.

  • VisualScripting * Please consider to add sticky notes around important nodes which directly contributes to realize features that you are demonstrating as a sample.

Clone this wiki locally