I have created a patch with particles by gamma 5.0 and Fuse 1.0.0 alpha, everything worked great. However, when I copied and ran my patch in another pc, it did not work as normal. I generally found out that the problem could exist around in the nodes of DispatchThreadIdX, GetItem, and BufferIn. The value of DispatchThreadIdX always seem to be 0.
When I opened the Fuse example of “Use External Buffer Data” or “Use Static Buffer Input”, I encountered the same problem. For example, only one trace of grey particles was shown, instead of ten colourful traces, since DispatchThreadIdX always seem to be zero, and the GetItem has always taken the first element from the Buffer.
Do you have any idea what is going on? Thank you.