[PARTICLE SYSYEM] [GIT] Particle system modify Light prefab

Unity 2023.2.20
HDRP 16.0.6

Hi. I have a sparks particle system. This system uses a prefab with a point light.
9862917--1421070--upload_2024-5-30_10-39-12.png

All the time I have weird spam in git where my SparksLight prefab Light property m_BoundingSphereOverride is auto-updated.

It’s so annoying. How to fix it?

Hey, i think you should report that as a bug.
Those changes are replacing zeroes with “really tiny numbers”, which ideally shouldn’t be happening.
(Unless you have a script that is making that change)

Thanks for the reply.
No scripts. I don’t know by 100% who modified light but I has only particle system and light prefab.
I try to report a bug a little bit later.
P.S Your profile link to “report a bug” is broken (error 404)

1 Like

Thanks!

Some of my signature links were really out of date! Thanks - I’ve updated them all now :slight_smile:

Cool.
I tried to reproduce the problem on a clean project but could not :frowning: