Skip to main content

080545: Scripts contain cyclic references: <value>.

Description

Two or more scripts reference each other directly or indirectly.

Solution

Move shared code to a separate third script that both scripts can use, or by using events, interfaces, or dependency injection—ensuring that the scripts only depend on each other in one direction, not both ways.