Skip to content

Knowledgebase

suu edited this page Dec 4, 2025 · 8 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

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