-
Notifications
You must be signed in to change notification settings - Fork 1
Knowledgebase
Ryo Kuroyanagi edited this page Oct 29, 2024
·
7 revisions
STYLY for Vision Pro does not suppot VisualScripting's SceneVariables.
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
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.
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.