I am trying to track down a server-side memory leak in my game. One culprit that I can see in the developer console is this list of scripts:
Why are they listed in a comma-separated list? Is there a way that I can see the memory usage of each individual script, rather than this list? I can’t find any documentation on this, and can’t see a pattern that would make sense to include these in a list like this.