Hi, I was to introduce some unit testing to my project. The project is pretty big (roughly 70k lines of code across 561 .cs files) so there is a lot to do … I’m pretty new to testing but from what I can tell, I need to split the project up into assembly definitions before the tests can recognise the code. I’ve done this (it’s mostly one big assembly with references to external libraries like cinemachine and URP etc) but it looks like some of the serialised references in my prefabs have gotten lost. please see the following screenshots which show this. Did I do this incorrectly or is it just how these things work? (I’m hoping it can be fixed cos there’s more than a thousand prefabs to manually go through if not )
Thanks