Skip to content

Knowledgebase

Ryo Kuroyanagi edited this page Oct 29, 2024 · 7 revisions

Scene Variables does not work

STYLY for Vision Pro does not suppot VisualScripting's SceneVariables.

How to add Nodes which is not appeared in VisualScripting?

In Unity Editor, go to [Edit] --> [Project Settings] --> [Visual Scripting] --> [Type Options]

  • Press [+] button in Type Options section
  • Search what you want and add (e.g. DateTime)
  • Click [Regenerate Nodes]
  • You will see the nodes in VisualScripting Editor

スクリーンショット 2024-09-11 171531

Blend Shape is not supported

Blend Shape is not supported now. Unity will support Blend Shape in Unity 6. STYLY for Vision Pro will adopt as soon as possible after Unity 6 released.

How to set parameters of particles

You can control parameter of Particle System Game Object by VisualScripting. The following is a very simple example to change Start Color of a Particle System. Please add Main Module of Particle System in Project Settings > VisualScripting > Type Options and regenerate nodes before you build your graph. スクリーンショット 2024-10-30 000021

Clone this wiki locally