04-26-2023, 01:51 AM
The Script operator uses C#, so you could use normal C# methods for reading a file, and then use the Script operator API (click the 'API' button) to find the necessary commands to position particles at locations read from the file. You can also reference the Script operator official example scenes to see examples of how scripts work. If you have issues with your implementation, you can post your code here and I'll try to help.