Hello all.
I’m using the URP 2D Lights.
I have in my game two analog sticks, one to control the rectangle movement (using rigidbody2d velocity, gravityScale is at 0) and another one to control the direction of the light. The lights are child of the rectangle and they don’t have any kind of rigidbody on them, they are just point lights.
My problem is that whenever i’m moving my rectangle, the lights begin to jitter.
This problem only occurs when I build the game and run on my mobile phone, it is a Samsung Note 8, tried with different phones with no luck.
In the gifs below I show the difference between running inside the editor and the build version running on mobile.
The rectangle was falling at a constant speed with rb.velocity at -1 in the Y axis. Using the left analog stick I alter the velocity on the rectangle rigidbody2d to make it move sideways, up and to boost the down speed (I didn’t use it during the recording).
GIF running on PC

GIF running on Mobile

I don’t have any kind of fps drops or performance issues on the phone but the “deeper” I go, the jitter intensifies, alot.
Tried to change from moving the rectangle using Rigidbody2D to Translate instead and also using differente types of updates with no luck also.
Can’t lights be within a moving gameobject?
I’m using Unity 2020.3.15
