2025-07-05: Testing pain
- Merged entity registry update function and the death update function
- Have capital ships not spawn fighters if they have no target
Fought for hours with Unrealâs functional testing framework. For whatever reason, itâs the most unstable system when I use it. The most recent issue was:
- The level would load
- The actors were there (or some were)
- The test actor kept reading back zeros and null data from my entity registry
- Breakpoints werenât hitting for the non-test actor
It was like the actors werenât being copied over to the new level properly. I discovered CQ Tests which allow level loading. They appear to work.