Questions tagged [bolt-visual-scripting]
The bolt-visual-scripting tag has no summary.
5 questions
0
votes
0
answers
178
views
Viewing Wrapper/Container Classes from a Scriptable Object inside of the Unity Inspector
I'm making a word game to teach kids how to read and promote literacy. As part of that, I made a Scriptable Object that's basically a bunch of nested Lists, until it reaches the bottom node:
...
0
votes
2
answers
367
views
How to structure a loop so that a variable goes from 0 to 20 and then back to 0 again... indefinitely (until an outside variable changes)
I am working in Unity using Visual Scripting - but am looking here for general advice for looping algorithms!
I made a While loop that continues as long as a boolean glowactive is true. It's under a &...
0
votes
1
answer
463
views
Unity : control time interval when using getAxis() in bolt visual scripting
i use bolt visual scripting. I add ‘input.getAxis’ in Bolt and set the axis name to ‘Vertical’ so to get response when i press ‘w’ and ‘s’. When running the game and press the ‘w’ key, the output data ...