- Home /
Has anyone had a camera jitter issue with Unity 2018.1 Timeline objects?
Hi,
I'm working on a VR film at the moment. For some reason, in one of the scenes, the characters are really jittery while in the others the characters move normally. The weird thing is that the scenes are very similar as the same set is reused, yet for some reason in one off them, the whole scene is really jittery. All animation is handled by the timeline as well and there are no external scripts effecting the scene. I also tried the obvious of duplicating the working scene and copying the broken one into it to see if it would work but to no avail.
Given the scene is set in a car, which the characters are parented to, I thought that would be the issue, and that something like a LateUpdate was required but I've tried various scripts on that topic with no answers.
The weird thing is that when I press go to next frame on the timeline, even though it has loads of time to update the image correctly, the jitter is still there. So when I flick through frames or press the timeline preview play button in the editor, it looks like stop motion.
Even for external shots when the camera is parented to nothing, and is animated using an animation made in the timeline, it happens.
I've attached an animated Gif which hopefully will shed more light on the problem
Though the car she is parent to is moving, the movement on the character in the image attached is entirely glitch driven as no keyframe data is active at this point on her.
Anyone have any similar issues with 2018.1?
G
Just chi$$anonymous$$g in to say I've noticed this type of jitter on objects that are parented to other objects that are moving. Fwiw my camera is also moving as well and I even noticed the jitter in the scene view while scrubbing frame-by-frame, which is really odd.
I had a similar bug before and fixed it by setting my main camera to Smart Update, but I'm now on Unity 2019 and the problem is back, but Smart Update no longer fixes it.
Did you ever find a solution?
Unfortunately not. I tried everything but nothing worked. Seems to be more or less a skinned meshrenderer issue from what I can see. I did find however if you make the object and the world bigger, the issue is a lot less noticeable. For me that wasnt very useful however as I was relying on terrains which are hard to scale. Have you had this issue with LRP and HDRP by the way? I was using the standard renderer with this issue.
Bummer. I'm surprised there aren't more people posting with these issues, it seems like pretty basic stuff we're trying to accomplish here- having animated objects parented to other moving objects. Also, I'm just using standard renderer at the moment. Haven't tested with LRP or HDRP yet.
Answer by seant_unity · Mar 27, 2018 at 12:45 PM
We've seen similiar bugs where two timelines are updating the same object. That may not be the case here, but it looks like two things are having an effect on the position and their update is alternating every frame. There is an open issue with Rect transforms showing this behaviour when transforms are animated with a constant curve. If these object are using Rect transforms maybe that is the cause?
That was a great suggestion and I tried it but that didnt work either. Im pretty sure at this point its a unity bug. I've done everything, including copying the contents of the scene into a fresh one and even starting again on the timeline from scratch.
I'm facing a similar problem animating UI Rect transforms with Timeline. Have the bug being solved? Do you know any workaround / Topics about this?
Your answer
Follow this Question
Related Questions
Why incrementing transform.position causes jitter on iOS 1 Answer
Player child of huge parent jittering 0 Answers
Enemys jittering when moving 1 Answer
Jittery FPS Camera when moving 3 Answers