How to reproduce:
1. Open the attached "IN-138968_Bug reporting 6.5.zip" project
2. Open the "SampleScene"
3. Enter Play mode
4. Observe the Console
Actual result: Errors are thrown into console about ListOne and ListTwo becoming null
Expected result: Console logs "Lists created
UnityEngine.Debug:Log (object)"
Reproducible with: 6000.5.0b3
Not reproducible with: 6000.5.0b7, 6000.6.0a4
Could not test with: 6000.0.73f1, 6000.3.14f1, 6000.4.4f1 ("AutoStaticsCleanup is inaccessible due to its protection lever" errors thrown)
Fixed in: 6000.5.0b4
Reproducible on: Windows 11
Not reproducible on: No other environments tested
Note: Full error messages:
"ListOne has become null
UnityEngine.Debug:Assert (bool,string)
Cubanoid.AutoStaticsCleanupTester:Update () (at Assets/Scripts/AutoStaticsCleanupTester.cs:53)"
"ListTwo has become null
UnityEngine.Debug:Assert (bool,string)
Cubanoid.AutoStaticsCleanupTester:Update () (at Assets/Scripts/AutoStaticsCleanupTester.cs:54)"