Whats the biggest class you've ever written in Unity

Hi all, quick survey , whats the biggest class you guys have ever written in Unity .

Right now I have about 400 lines of code in my biggest class . Since this is just scripting , I’m not sure if its smart to make classes too large .

I’ve made classes the size of books rofl

Not sure the exact size, but I try to bring them down once they pass 300ish LOC.

I’ve taken classes [from others] nearer 1000LOC and culled them down to ~300LOC before :slight_smile: So much fluff.

One of my bigger classes is full of half broken attempts at fixing problems, I don’t even comment these lines out most of the time, I just don’t call the voids anymore