Trail Renderer (Construct 3 Behaviours)

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • Skyman, hello! Excellent and flexible addon, really liked it to use, but I recently upgraded the computer and noticed that at 144hz monitor it does not work quite correctly, if, however, in the settings of the monitor back 60hz, the problem disappears, perhaps it has something to do with dt, can you please check the performance on monitors 120 + Hz?

    • Hi, yes the addon has some dt issues. Can you send me a c3p file so I can investigate?

      • Oh, I figured out what the problem was. After running your examples, I found that they work correctly at 144Hz, so the problem was on my side. It turned out that for optimization purposes I had replaced every tick with every 0.01 seconds when positioning the sprite to which the trail renderer was attached. At 60Hz everything worked fine, but at 144Hz this was not enough, eventually it was solved by returning the condition every tick