
0
Under review
Reading many inputs
Willem Van Der Gaag 2 days ago
in Game4Automation Starter and Professional
•
updated by Thomas 2 days ago •
1
Hi! Is it possible to acces all the inputs at the same time. I would like to write all the values of these to a file for future reference. Thanks in advance!
Answer

Answer
Under review
You could loop through all Signal objects in a script each FixedUpdate and read Signal.Value for saving it to whatever format you would like.
Customer support service by UserEcho
You could loop through all Signal objects in a script each FixedUpdate and read Signal.Value for saving it to whatever format you would like.