As the title says, when my character moves at high speed, the lasers fired by my drones start shaking or jittering a lot. I’ve been stuck on this issue for two days and can’t figure out what’s causing it.
#For some reason, when my character moves, the lasers fired by my drones shake wildly. Why?
1 messages · Page 1 of 1 (latest)
!code
Posting code
📃 Large Code Blocks
Use links to services like:
https://paste.mod.gg/, https://hastebin.skyra.pw/, https://paste.ofcode.org/, https://paste.myst.rs/
📃 Inline Code
Surround code with three backquotes. Not quotation marks.
To format as C#, add cs to the first line:
```cs
// Your code here
```
Add a comment with a line number if there is an error message.
But basically just looks like a FixedUpdate issue
I.e. you're changing the beams in FixedUpdate
So of course it looks stuttery
Where should I change it? Update?
If you want it to be smooth then yes you need to update the graphics every frame